diff --git a/android/app/build.gradle b/android/app/build.gradle index e59a8e7eb..27a62ede8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -122,8 +122,8 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 193 - versionName "1.19.0" + versionCode 194 + versionName "1.20.0" multiDexEnabled = true ndk { abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index ac89456c1..b0443253d 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -6,17 +6,17 @@ GEM public_suffix (>= 2.0.2, < 4.0) atomos (0.1.3) aws-eventstream (1.0.3) - aws-partitions (1.158.0) - aws-sdk-core (3.50.0) + aws-partitions (1.165.0) + aws-sdk-core (3.53.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.18.0) - aws-sdk-core (~> 3, >= 3.48.2) + aws-sdk-kms (1.21.0) + aws-sdk-core (~> 3, >= 3.53.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.36.1) - aws-sdk-core (~> 3, >= 3.48.2) + aws-sdk-s3 (1.40.0) + aws-sdk-core (~> 3, >= 3.53.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.0) aws-sigv4 (1.1.0) @@ -43,7 +43,7 @@ GEM faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.5) - fastlane (2.122.0) + fastlane (2.123.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -154,14 +154,14 @@ GEM terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) tty-cursor (0.6.1) - tty-screen (0.6.5) + tty-screen (0.7.0) tty-spinner (0.9.0) tty-cursor (~> 0.6.0) uber (0.1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6) - unicode-display_width (1.5.0) + unicode-display_width (1.6.0) word_wrap (1.0.0) xcodeproj (1.9.0) CFPropertyList (>= 2.3.3, < 4.0) diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index 7dd811751..468dda2a9 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -2758,7 +2758,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 193; + CURRENT_PROJECT_VERSION = 194; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; @@ -2818,7 +2818,7 @@ CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 193; + CURRENT_PROJECT_VERSION = 194; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; ENABLE_BITCODE = NO; diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 3a3cb7a27..ff3038807 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.19.0 + 1.20.0 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 193 + 194 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist index 0af8d1f11..e7e2a8bfc 100644 --- a/ios/MattermostShare/Info.plist +++ b/ios/MattermostShare/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.19.0 + 1.20.0 CFBundleVersion - 193 + 194 NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index b9701fa03..e79f0007f 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.19.0 + 1.20.0 CFBundleSignature ???? CFBundleVersion - 193 + 194 diff --git a/ios/NotificationService/Info.plist b/ios/NotificationService/Info.plist index 7f2ba4b1a..e48e758e4 100644 --- a/ios/NotificationService/Info.plist +++ b/ios/NotificationService/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.19.0 + 1.20.0 CFBundleVersion - 188 + 194 NSExtension NSExtensionPointIdentifier diff --git a/package.json b/package.json index 7267e5386..b24d0b8be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattermost-mobile", - "version": "1.19.0", + "version": "1.20.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