Skip to content

Commit 579da2c

Browse files
Bump build to 489 (#7592) (#7600)
* Bump app version number to 2.9.0 * Bump app build number to 489 * update fastlane (cherry picked from commit f2b4312) Co-authored-by: Elias Nahum <[email protected]>
1 parent 1493c3a commit 579da2c

File tree

7 files changed

+110
-61
lines changed

7 files changed

+110
-61
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ android {
110110
applicationId "com.mattermost.rnbeta"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 487
113+
versionCode 489
114114
versionName "2.9.0"
115115
testBuildType System.getProperty('testBuildType', 'debug')
116116
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

fastlane/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ GEM
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.829.0)
12-
aws-sdk-core (3.184.0)
11+
aws-partitions (1.834.0)
12+
aws-sdk-core (3.185.1)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.651.0)
1515
aws-sigv4 (~> 1.5)
@@ -36,7 +36,7 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.103.0)
39+
excon (0.104.0)
4040
faraday (1.10.3)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
@@ -202,7 +202,7 @@ GEM
202202
unf (0.1.4)
203203
unf_ext
204204
unf_ext (0.0.8.2)
205-
unicode-display_width (2.4.2)
205+
unicode-display_width (2.5.0)
206206
webrick (1.8.1)
207207
word_wrap (1.0.0)
208208
xcodeproj (1.23.0)

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@
19291929
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19301930
CODE_SIGN_IDENTITY = "iPhone Developer";
19311931
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1932-
CURRENT_PROJECT_VERSION = 487;
1932+
CURRENT_PROJECT_VERSION = 489;
19331933
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19341934
ENABLE_BITCODE = NO;
19351935
HEADER_SEARCH_PATHS = (
@@ -1973,7 +1973,7 @@
19731973
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19741974
CODE_SIGN_IDENTITY = "iPhone Developer";
19751975
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1976-
CURRENT_PROJECT_VERSION = 487;
1976+
CURRENT_PROJECT_VERSION = 489;
19771977
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19781978
ENABLE_BITCODE = NO;
19791979
HEADER_SEARCH_PATHS = (
@@ -2116,7 +2116,7 @@
21162116
CODE_SIGN_IDENTITY = "iPhone Developer";
21172117
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21182118
CODE_SIGN_STYLE = Automatic;
2119-
CURRENT_PROJECT_VERSION = 487;
2119+
CURRENT_PROJECT_VERSION = 489;
21202120
DEBUG_INFORMATION_FORMAT = dwarf;
21212121
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21222122
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2165,7 +2165,7 @@
21652165
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21662166
CODE_SIGN_STYLE = Automatic;
21672167
COPY_PHASE_STRIP = NO;
2168-
CURRENT_PROJECT_VERSION = 487;
2168+
CURRENT_PROJECT_VERSION = 489;
21692169
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21702170
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21712171
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Mattermost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>487</string>
40+
<string>489</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.9.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>487</string>
24+
<string>489</string>
2525
<key>UIAppFonts</key>
2626
<array>
2727
<string>OpenSans-Bold.ttf</string>

ios/NotificationService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.9.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>487</string>
24+
<string>489</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)