Skip to content

Commit

Permalink
Change to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDesBwa committed Mar 31, 2022
1 parent 955562d commit b0ad3ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 package="org.desbwa.phereoroll3d" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1000" android:installLocation="auto">
<manifest package="org.desbwa.phereoroll3d" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.1" android:versionCode="1010" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density" android:name="org.desbwa.phereoroll3d.PhereoRoll3DActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTask">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion android/retro/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.desbwa.phereoroll3d" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1000" android:installLocation="auto">
<manifest package="org.desbwa.phereoroll3d" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.1" android:versionCode="1010" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density" android:name="org.desbwa.phereoroll3d.PhereoRoll3DActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTask">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Window {

QtObject {
id: phereo
property string version: "1.0"
property string version: "1.1"
property string category
property string category_url
property int nbImagesMax: 0
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionTag": "10b",
"currentVersion": "1.0",
"versionTag": "11",
"currentVersion": "1.1",
"oldmsg": "Your version is outdated.\nSee https://github.com/JackDesBwa/PhereoRoll3D/releases",
"newmsg": "Your version is up to date.\nTo know what is new, consult the changelog page:\nhttps://github.com/JackDesBwa/PhereoRoll3D/releases/tag/v1.0\n\nIf you like this app, you can optionally make a donation at\nhttps://tipeee.com/jackdesbwa\n\n<b>Note:</b> The APK of the retro version was built and uploaded again. The old one was reported to have random crashes that this new build seems to solve. Please, reinstall if you face such crashes."
"newmsg": "Your version is up to date.\nTo know what is new, consult the changelog page:\nhttps://github.com/JackDesBwa/PhereoRoll3D/releases/tag/v1.1\n\nIf you like this app, you can optionally donate at\nhttps://jackdesbwa3d.desbwa.org/donate/"
}

0 comments on commit b0ad3ed

Please sign in to comment.