Skip to content

Commit 507deee

Browse files
bump
1 parent b453171 commit 507deee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/App_Resources/Android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:tools="http://schemas.android.com/tools"
55
package="__PACKAGE__"
6-
android:versionCode="8"
7-
android:versionName="1.5.0">
6+
android:versionCode="10"
7+
android:versionName="2.0.0">
88

99
<supports-screens
1010
android:smallScreens="true"

app/App_Resources/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)