diff --git a/android/app/build.gradle b/android/app/build.gradle index 9e071eb49..405d17463 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,8 +132,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" - versionCode 325 - versionName "1.35.0" + versionCode 326 + versionName "1.36.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 8a7702d32..f9fe52d56 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.35.0 + 1.36.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 9899832cf..dab9b29be 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.35.0 + 1.36.0 CFBundleVersion 325 NSAppTransportSecurity diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index ee6b43df6..f54d84b62 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.35.0 + 1.36.0 CFBundleVersion 325 NSExtension diff --git a/package-lock.json b/package-lock.json index 1c001fd84..875b57317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.35.0", + "version": "1.36.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4893e0732..9695919e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.35.0", + "version": "1.36.0", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.",