diff --git a/android/app/build.gradle b/android/app/build.gradle index e0790d0fed5..75ce31e47b1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -124,7 +124,7 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5" versionCode 230 - versionName "1.23.0" + versionName "1.23.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 6b81b67e905..dbf0fab9544 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.23.0 + 1.23.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 56099181c30..81c78695fd6 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.23.0 + 1.23.1 CFBundleVersion 230 NSAppTransportSecurity diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index 5f11568b12d..55ebe2fdde9 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.23.0 + 1.23.1 CFBundleSignature ???? CFBundleVersion diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index c4ce7500d2a..dda86c9eab4 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.23.0 + 1.23.1 CFBundleVersion 230 NSExtension diff --git a/package.json b/package.json index 599d75fe519..2251e0c966f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.23.0", + "version": "1.23.1", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", @@ -147,4 +147,4 @@ "node_modules/(?!react-native|jail-monkey)" ] } -} +} \ No newline at end of file