Bump app version number to 1.24.0 (#3274)

* Bump app version number to 1.24.0

* Update build.gradle
This commit is contained in:
Devin Binnie 2019-09-18 13:28:06 -04:00 committed by GitHub
parent 0154ea8f02
commit eac7ecd367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -124,7 +124,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"
versionCode 231
versionName "1.23.0"
versionName "1.24.0"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.23.0</string>
<string>1.24.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.23.0</string>
<string>1.24.0</string>
<key>CFBundleVersion</key>
<string>231</string>
<key>NSAppTransportSecurity</key>

View file

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.23.0</string>
<string>1.24.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.23.0</string>
<string>1.24.0</string>
<key>CFBundleVersion</key>
<string>231</string>
<key>NSExtension</key>

View file

@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "1.23.0",
"version": "1.24.0",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
@ -151,4 +151,4 @@
"node_modules/(?!react-native|jail-monkey)"
]
}
}
}