From 59ed19cebd1bf6e19e9465d181952bfe6b7aeca7 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 21 Jul 2020 22:10:42 +0200 Subject: [PATCH] Bump app version number to 1.34.0 (#4601) Co-authored-by: Miguel Alatzar Co-authored-by: Miguel Alatzar --- ios/Mattermost/Info.plist | 2 +- ios/MattermostShare/Info.plist | 2 +- ios/NotificationService/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index f09ce509b..b5f9530fd 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.33.1 + 1.34.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 83bcb3033..cc5ecff7f 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.33.1 + 1.34.0 CFBundleVersion 312 NSAppTransportSecurity diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index f4d3106d7..995dcead0 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.33.1 + 1.34.0 CFBundleVersion 312 NSExtension diff --git a/package-lock.json b/package-lock.json index 2fb3e394d..7b1b4b1a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.33.1", + "version": "1.34.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98cd550b3..b22e174e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.33.1", + "version": "1.34.0", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.",