diff --git a/android/app/build.gradle b/android/app/build.gradle
index 4d5b54215..c413ff05d 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 349
- versionName "1.41.0"
+ versionName "1.41.1"
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 f09db6c3c..1f1118c88 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.41.0
+ 1.41.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist
index f67237978..a0f56d8d0 100644
--- a/ios/MattermostShare/Info.plist
+++ b/ios/MattermostShare/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.41.0
+ 1.41.1
CFBundleVersion
349
NSAppTransportSecurity
diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist
index 43698ae1f..614591e18 100644
--- a/ios/NotificationService/Info.plist
+++ b/ios/NotificationService/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.41.0
+ 1.41.1
CFBundleVersion
349
NSExtension
diff --git a/package-lock.json b/package-lock.json
index ddc087357..c40c5b50d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.41.0",
+ "version": "1.41.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f6182c018..2cefcf9c9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
- "version": "1.41.0",
+ "version": "1.41.1",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",