[RN] Increment short app version from 1.3 to 1.4

Now that Apple have approved build 1.3.204 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.
pull/1479/head jitsi-meet_1971
Lyubo Marinov 8 years ago
parent 739298c782
commit b211ce02a8
  1. 2
      android/app/build.gradle
  2. 2
      ios/app/Info.plist

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

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

Loading…
Cancel
Save