diff --git a/android/app/build.gradle b/android/app/build.gradle
index a61c03d70..b143a00f9 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -141,7 +141,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
versionCode 253
- versionName "1.26.0"
+ versionName "1.26.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 7cd5cf131..95c4229b2 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.26.0
+ 1.26.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist
index c3e284355..ec3263bf9 100644
--- a/ios/MattermostShare/Info.plist
+++ b/ios/MattermostShare/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.26.0
+ 1.26.1
CFBundleVersion
253
NSAppTransportSecurity
diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist
index d249180dd..06c46f610 100644
--- a/ios/MattermostTests/Info.plist
+++ b/ios/MattermostTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.26.0
+ 1.26.1
CFBundleSignature
????
CFBundleVersion
diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist
index fcd3a4ff9..872d09352 100644
--- a/ios/NotificationService/Info.plist
+++ b/ios/NotificationService/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.26.0
+ 1.26.1
CFBundleVersion
253
NSExtension
diff --git a/package.json b/package.json
index 79558ca13..e2491b96f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.26.0",
+ "version": "1.26.1",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
@@ -154,4 +154,4 @@
"node_modules/(?!react-native|jail-monkey|@sentry/react-native|react-navigation|@react-native-community/cameraroll)"
]
}
-}
+}
\ No newline at end of file