diff --git a/android/app/build.gradle b/android/app/build.gradle index 2f54f04547..266a3f48ef 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -123,7 +123,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 198 - versionName "1.20.0" + versionName "1.21.0" multiDexEnabled = true ndk { abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index bc5a783a7c..bc39078ab6 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.20.0 + 1.21.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 2d5ea8b45c..46203cee1b 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.20.0 + 1.21.0 CFBundleVersion 198 NSAppTransportSecurity diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index c948006ef0..2f34ab2aba 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.20.0 + 1.21.0 CFBundleSignature ???? CFBundleVersion diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index 55924d8423..9e0c92b398 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.20.0 + 1.21.0 CFBundleVersion 198 NSExtension diff --git a/package.json b/package.json index c2832eb36b..803791cc70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.20.0", + "version": "1.21.0", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", @@ -146,4 +146,4 @@ "node_modules/(?!react-native|jail-monkey)" ] } -} +} \ No newline at end of file