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.",