diff --git a/android/app/build.gradle b/android/app/build.gradle
index c0c55f7be..edbee7fe0 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 341
- versionName "1.39.0"
+ versionName "1.40.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 270fd5ad5..17bea7a9e 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.39.0
+ 1.40.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist
index c4f573b63..0cd628463 100644
--- a/ios/MattermostShare/Info.plist
+++ b/ios/MattermostShare/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.39.0
+ 1.40.0
CFBundleVersion
341
NSAppTransportSecurity
diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist
index 260d87cff..1bcc8bdde 100644
--- a/ios/NotificationService/Info.plist
+++ b/ios/NotificationService/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.39.0
+ 1.40.0
CFBundleVersion
341
NSExtension
diff --git a/package-lock.json b/package-lock.json
index 655ddeb3a..27e56ba75 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.39.0",
+ "version": "1.40.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4d89925d0..bc5396bc3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.39.0",
+ "version": "1.40.0",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",