Skip to content

Commit

Permalink
bump version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 4, 2018
1 parent f7f3ac8 commit 0d75b66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.7.0")
set(APP_VERSION "3.7.1")
set(APP_NAME "noson")
set(APP_ID "io.github.janbar.noson")
set(EXEC "noson-app")
Expand Down
6 changes: 5 additions & 1 deletion android/package-sources/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0"?>
<manifest android:versionName="3.7.0" package="io.github.janbar.noson" android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="3.7.1"
android:versionCode="3"
package="io.github.janbar.noson"
android:installLocation="auto">
<application android:label="noson" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:icon="@mipmap/ic_launcher">
<activity android:label="noson" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:screenOrientation="unspecified" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation">
<intent-filter>
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.7.0"
readonly property string versionString: "3.7.1"

// 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-08-04" version="3.7.1"/>
<release date="2018-07-31" version="3.7.0"/>
<release date="2018-07-25" version="3.6.7"/>
<release date="2018-07-23" version="3.6.6"/>
Expand Down

0 comments on commit 0d75b66

Please sign in to comment.