[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.
This commit is contained in:
Lyubomir Marinov 2017-01-06 10:34:46 -06:00
parent 4fef8a3b79
commit a887beed3a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string> <string>1.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>