Skip to content

Commit

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

set(APP_VERSION "5.4.1")
set(APP_VERSION_CODE 100)
set(APP_VERSION "5.5.0")
set(APP_VERSION_CODE 101)
set(APP_ID "io.github.janbar.noson")
set(APP_NAME "noson")

Expand Down
5 changes: 4 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
noson-app (5.4) UNRELEASED; urgency=low
noson-app (5.5) UNRELEASED; urgency=low

[ janbar ]
* Release 5.5.0

[ janbar ]
* Release 5.4.0
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="2023-09-23" version="5.5.0"/>
<release date="2023-05-15" version="5.4.1"/>
<release date="2023-01-27" version="5.4.0"/>
<release date="2022-09-08" version="5.3.2"/>
Expand Down

0 comments on commit c3fbd48

Please sign in to comment.