diff --git a/android/app/build.gradle b/android/app/build.gradle
index 26f412d0b..5dc091094 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -131,7 +131,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 295
- versionName "1.31.0"
+ versionName "1.31.1"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist
index fd1c23cce..c4cedc2c6 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.31.0
+ 1.31.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist
index 101ef805d..1c80eb8db 100644
--- a/ios/MattermostShare/Info.plist
+++ b/ios/MattermostShare/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.31.0
+ 1.31.1
CFBundleVersion
295
NSAppTransportSecurity
diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist
index 761493cec..d75cdf619 100644
--- a/ios/NotificationService/Info.plist
+++ b/ios/NotificationService/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.31.0
+ 1.31.1
CFBundleVersion
295
NSExtension
diff --git a/package-lock.json b/package-lock.json
index 41226e4ad..e6ffc3a64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.31.0",
+ "version": "1.31.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ae6bd96b4..5b34905c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.31.0",
+ "version": "1.31.1",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",