From db144dc5a7038f9f2c54079ca7e819e6ff761e51 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Thu, 22 Aug 2019 01:14:21 +0200 Subject: [PATCH] Automated cherry pick of #3160 (#3161) * Bump app build number to 222 * Bump app version number to 1.22.1 --- android/app/build.gradle | 4 ++-- ios/Mattermost.xcodeproj/project.pbxproj | 4 ++-- ios/Mattermost/Info.plist | 4 ++-- ios/MattermostShare/Info.plist | 4 ++-- ios/MattermostTests/Info.plist | 4 ++-- ios/NotificationService/Info.plist | 4 ++-- package.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 200f4864c..d7a108561 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -123,8 +123,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5" - versionCode 221 - versionName "1.22.0" + versionCode 222 + versionName "1.22.1" multiDexEnabled = true ndk { abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index dbeda6ba8..2ea835c91 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -2785,7 +2785,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 221; + CURRENT_PROJECT_VERSION = 222; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; @@ -2845,7 +2845,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 221; + CURRENT_PROJECT_VERSION = 222; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index ae1e208ed..a02ba966d 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.22.0 + 1.22.1 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 221 + 222 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 759623b03..975f96006 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.22.0 + 1.22.1 CFBundleVersion - 221 + 222 NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index e9964f2be..17c871684 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.22.0 + 1.22.1 CFBundleSignature ???? CFBundleVersion - 221 + 222 diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index 09e3cf3ee..a2d2fcb25 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.22.0 + 1.22.1 CFBundleVersion - 221 + 222 NSExtension NSExtensionPointIdentifier diff --git a/package.json b/package.json index 5d3a4e908..ce89fbc24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.22.0", + "version": "1.22.1", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", @@ -147,4 +147,4 @@ "node_modules/(?!react-native|jail-monkey)" ] } -} +} \ No newline at end of file