Skip to content

Commit

Permalink
bump version 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jun 2, 2018
1 parent 01327c6 commit b573bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

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

set(APP_VERSION "3.3.7")
set(APP_VERSION "3.3.8")
set(APP_NAME "noson")
set(APP_ID "io.github.janbar.noson")
set(EXEC "noson-app")
Expand Down
2 changes: 1 addition & 1 deletion gui/noson.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ApplicationWindow {
visible: true
title: "noson"

readonly property string versionString: "3.3.7"
readonly property string versionString: "3.3.8"

// Design stuff
width: 360
Expand Down
1 change: 1 addition & 0 deletions noson.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2018-06-02" version="3.3.8"/>
<release date="2018-06-01" version="3.3.7"/>
<release date="2018-05-23" version="3.3.6"/>
<release date="2018-05-21" version="3.3.5"/>
Expand Down

0 comments on commit b573bab

Please sign in to comment.