[RN] Increment short app version from 1.1 to 1.2

Now that Apple have approved build 1.1.185 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-20 15:01:01 -06:00
parent 3c04634609
commit cac68dbaba
2 changed files with 2 additions and 2 deletions

View File

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

View File

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