From eac7ecd367b0ec6fc84e87bb8a06b3133828c9f5 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 18 Sep 2019 13:28:06 -0400 Subject: [PATCH] Bump app version number to 1.24.0 (#3274) * Bump app version number to 1.24.0 * Update build.gradle --- android/app/build.gradle | 2 +- ios/Mattermost/Info.plist | 2 +- ios/MattermostShare/Info.plist | 2 +- ios/MattermostTests/Info.plist | 2 +- ios/NotificationService/Info.plist | 2 +- package.json | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6f104c4a8..17e3e16f9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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' diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 578c707fc..22d111fb8 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.23.0 + 1.24.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index be4ab9a32..9494f46dc 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.23.0 + 1.24.0 CFBundleVersion 231 NSAppTransportSecurity diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index 7aba47ac1..1f9dbc4f5 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.23.0 + 1.24.0 CFBundleSignature ???? CFBundleVersion diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index 8571037ad..37b86ff24 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.23.0 + 1.24.0 CFBundleVersion 231 NSExtension diff --git a/package.json b/package.json index 04754fb5e..310a2b2cf 100644 --- a/package.json +++ b/package.json @@ -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)" ] } -} +} \ No newline at end of file