Skip to content

Commit

Permalink
bump version 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Mar 8, 2024
1 parent d29ac41 commit 5473d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project(osmin C CXX)
option(INSTALL_TESTS "Install the tests on make install" OFF)
option(BUILD_DEVICE_MOBILE "Enable behaviors for mobile devices" OFF)

set(APP_VERSION "1.12.1")
set(APP_VERSION_CODE 66)
set(APP_VERSION "1.12.2")
set(APP_VERSION_CODE 67)
set(APP_ID "io.github.janbar.osmin")
set(APP_NAME "osmin")

Expand Down
2 changes: 2 additions & 0 deletions osmin.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
</screenshot>
</screenshots>
<releases>
<release date="2024-03-08" version="1.12"/>
<release date="2023-10-31" version="1.11"/>
<release date="2023-10-07" version="1.10"/>
<release date="2023-02-25" version="1.9"/>
<release date="2022-04-05" version="1.8"/>
Expand Down

0 comments on commit 5473d00

Please sign in to comment.