From 99abe48192ae7c3779d6a5dd8b3f24fa7d6662e2 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 8 Nov 2022 13:42:35 +0200 Subject: [PATCH] reset version number to 1.56.0 and build to 436 --- ios/Mattermost/Info.plist | 2 +- ios/MattermostShare/Info.plist | 2 +- ios/NotificationService/Info.plist | 2 +- ios/Podfile.lock | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index bcce6eec7..7c9a807b1 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.55.1 + 1.56.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 3701a0e1b..ca019737d 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.55.1 + 1.56.0 CFBundleVersion 436 NSAppTransportSecurity diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index a7aec2cf9..306cc0304 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.55.1 + 1.56.0 CFBundleVersion 436 NSExtension diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 989a7bb36..aa28c9440 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -824,4 +824,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f291d3248a7b8e74342008fb662bad0b0e1b7589 -COCOAPODS: 1.11.3 +COCOAPODS: 1.11.2 diff --git a/package-lock.json b/package-lock.json index a9679f3bf..68d49a1f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mattermost-mobile", - "version": "1.55.1", + "version": "1.56.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mattermost-mobile", - "version": "1.55.1", + "version": "1.56.0", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index cbf92ccc1..c093c3219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.55.1", + "version": "1.56.0", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", @@ -203,4 +203,4 @@ "build:android-unsigned": "./scripts/build.sh apk unsigned", "prepare": "husky install" } -} \ No newline at end of file +}