Skip to content

Commit 0a4da72

Browse files
committed
2.21.5
1 parent fc156e6 commit 0a4da72

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="org.cagnulen.qdomyoszwift" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="2.21.4" android:versionCode="1402" android:installLocation="auto">
2+
<manifest package="org.cagnulen.qdomyoszwift" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="2.21.5" android:versionCode="1403" android:installLocation="auto">
33
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
44
Remove the comment if you do not require these default permissions. -->
55
<!-- %%INSERT_PERMISSIONS -->

src/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ ApplicationWindow {
13011301
}
13021302

13031303
ItemDelegate {
1304-
text: "version 2.21.4"
1304+
text: "version 2.21.5"
13051305
width: parent.width
13061306
}
13071307

src/qdomyos-zwift.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,4 +1062,4 @@ INCLUDEPATH += purchasing/inapp
10621062

10631063
WINRT_MANIFEST = AppxManifest.xml
10641064

1065-
VERSION = 2.21.4
1065+
VERSION = 2.21.5

0 commit comments

Comments
 (0)