Skip to content

Commit

Permalink
bump version 3.3.1
Browse files Browse the repository at this point in the history
- fix bad merging of translations
  • Loading branch information
janbar committed Mar 3, 2018
1 parent 544ba1d commit bac8019
Show file tree
Hide file tree
Showing 2 changed files with 2 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.0")
set(APP_VERSION "3.3.1")
set(APP_NAME "noson")
set(APP_ID "noson.janbar")
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.0"
readonly property string versionString: "3.3.1"

// Design stuff
width: 360
Expand Down

0 comments on commit bac8019

Please sign in to comment.