diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d5efc..65f5037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.2") -set(APP_VERSION_CODE 82) +set(APP_VERSION "1.13.3") +set(APP_VERSION_CODE 83) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")