Skip to content

Commit

Permalink
bump version 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jan 11, 2022
1 parent 927f621 commit 60dd2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if(IOS OR ANDROID)
set(QT_STATICPLUGIN ON CACHE BOOL "Build static plugins" FORCE)
endif()

set(APP_VERSION "4.5.1")
set(APP_VERSION_CODE 77)
set(APP_VERSION "4.5.2")
set(APP_VERSION_CODE 78)
set(APP_ID "io.github.janbar.noson")
set(APP_NAME "noson")

Expand Down
1 change: 1 addition & 0 deletions noson.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2022-01-11" version="4.5.2"/>
<release date="2022-01-07" version="4.5.1"/>
<release date="2021-12-21" version="4.5.0"/>
<release date="2021-12-12" version="4.4.11"/>
Expand Down

0 comments on commit 60dd2a4

Please sign in to comment.