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
+}