Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Ranger committed Nov 6, 2015
1 parent 77fed29 commit 57bd0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest android:versionCode="1" android:installLocation="auto" android:versionName="1.4" package="org.qtproject.android_reversi" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1" android:installLocation="auto" android:versionName="1.5.2" package="org.qtproject.android_reversi" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:label="Reversi" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:hardwareAccelerated="true" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:label="Reversi" android:screenOrientation="unspecified" android:name="org.qtproject.qt5.android.bindings.QtActivity">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion qml/android-reversi/about.qml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Item {
width: parent.width
font.pixelSize: variable.heightText
font.bold: true
text: "Reversi Version 1.5.1"
text: "Reversi Version 1.5.2"
}

Text {
Expand Down

0 comments on commit 57bd0dc

Please sign in to comment.