From 9059f2a4ff72d3b465c3f469d1e050edd9b3dfc8 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Mon, 20 Jan 2020 20:32:06 +0100 Subject: [PATCH] Bump app version number to 1.27.1 (#3833) Co-authored-by: Miguel Alatzar --- 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 8cfe5af9d..105e72e38 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -141,7 +141,7 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" versionCode 260 - versionName "1.27.0" + versionName "1.27.1" multiDexEnabled = true ndk { abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 646bf3d3f..09fd9c3d2 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.27.0 + 1.27.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index c66ab0e69..9d527bcca 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.27.0 + 1.27.1 CFBundleVersion 260 NSAppTransportSecurity diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index 8fc40fc36..fadd8cb3e 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.27.0 + 1.27.1 CFBundleSignature ???? CFBundleVersion diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index 7e680ff44..8fd9a8a9d 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.27.0 + 1.27.1 CFBundleVersion 260 NSExtension diff --git a/package.json b/package.json index 5743a6eb8..f7300994a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.27.0", + "version": "1.27.1", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", @@ -155,4 +155,4 @@ "node_modules/(?!react-native|jail-monkey|@sentry/react-native|react-navigation|@react-native-community/cameraroll)" ] } -} +} \ No newline at end of file