Browse Source

[RN] Increment short app version from 1.0 to 1.1

Now that Apple have approved build 1.0.178 for release in the App Store,
the short app version needs to be incremented; otherwise, no new builds
can be uploaded to TestFlight and, respectively, for release in the App
Store.
master
Lyubomir Marinov 8 years ago
parent
commit
a887beed3a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/app/build.gradle
  2. 1
    1
      ios/app/Info.plist

+ 1
- 1
android/app/build.gradle View File

@@ -102,7 +102,7 @@ android {
102 102
         minSdkVersion 16
103 103
         targetSdkVersion 22
104 104
         versionCode Integer.parseInt("${version}")
105
-        versionName "1.0.${version}"
105
+        versionName "1.1.${version}"
106 106
         ndk {
107 107
             abiFilters 'armeabi-v7a', 'x86'
108 108
         }

+ 1
- 1
ios/app/Info.plist View File

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.0</string>
20
+	<string>1.1</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>

Loading…
Cancel
Save