Skip to content

Commit

Permalink
bump version 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Oct 19, 2024
1 parent a65f351 commit cd6ce72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ option(INSTALL_TESTS "Install the tests on make install" OFF)
option(BUILD_DEVICE_MOBILE "Enable behaviors for mobile devices" OFF)
option(BUILD_SIMULATOR "Build the simulation tool for OSMIN" OFF)

set(APP_VERSION "1.13.3")
set(APP_VERSION_CODE 83)
set(APP_VERSION "1.13.4")
set(APP_VERSION_CODE 84)
set(APP_ID "io.github.janbar.osmin")
set(APP_NAME "osmin")

Expand Down

0 comments on commit cd6ce72

Please sign in to comment.