Skip to content

Commit

Permalink
bump version 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Sep 14, 2019
1 parent 177febc commit fb424ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

option(INSTALL_TESTS "Install the tests on make install" on)

set(APP_VERSION "3.14.1")
set(APP_VERSION_CODE 37)
set(APP_VERSION "3.14.2")
set(APP_VERSION_CODE 38)
set(APP_NAME "noson")
set(APP_ID "io.github.janbar.noson")
set(EXEC "noson-app")
Expand Down
2 changes: 1 addition & 1 deletion noson.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2019-09-14" version="3.14.1"/>
<release date="2019-09-14" version="3.14.2"/>
<release date="2019-08-19" version="3.13.1"/>
<release date="2019-08-18" version="3.13.0"/>
<release date="2019-08-12" version="3.12.0"/>
Expand Down

0 comments on commit fb424ab

Please sign in to comment.