From c133dab50f3b3e174223cf32c05fefab0cfe05b6 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Mon, 4 Jan 2021 23:44:51 +0100 Subject: [PATCH] Bump app version number to 1.39.0 (#5084) (#5085) (cherry picked from commit ff1901eb6197e52e966c1f024f3c7d31ddd06ae3) Co-authored-by: Miguel Alatzar --- android/app/build.gradle | 2 +- ios/Mattermost/Info.plist | 2 +- ios/MattermostShare/Info.plist | 2 +- ios/NotificationService/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c198d8e4d..9fd8574aa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,7 +133,7 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" versionCode 338 - versionName "1.38.1" + versionName "1.39.0" multiDexEnabled = true testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 097908d79..a5e40e58f 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.38.1 + 1.39.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index bc03de979..9808b397b 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.38.1 + 1.39.0 CFBundleVersion 338 NSAppTransportSecurity diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index b64778abd..c03a93d22 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.38.1 + 1.39.0 CFBundleVersion 338 NSExtension diff --git a/package-lock.json b/package-lock.json index 8d4e99dbc..f8ceffcee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.38.1", + "version": "1.39.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e47e7c884..d1737e8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.38.1", + "version": "1.39.0", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.",