Skip to content

Commit 3d3542f

Browse files
unified-ci-app[bot]Anka
andauthored
Bump app build number to 601 (#8567)
Co-authored-by: Anka <[email protected]>
1 parent 6f29392 commit 3d3542f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ android {
114114
applicationId "com.mattermost.rnbeta"
115115
minSdkVersion rootProject.ext.minSdkVersion
116116
targetSdkVersion rootProject.ext.targetSdkVersion
117-
versionCode 600
117+
versionCode 601
118118
versionName "2.25.0"
119119
testBuildType System.getProperty('testBuildType', 'debug')
120120
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@
19981998
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19991999
CODE_SIGN_IDENTITY = "iPhone Developer";
20002000
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2001-
CURRENT_PROJECT_VERSION = 600;
2001+
CURRENT_PROJECT_VERSION = 601;
20022002
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20032003
ENABLE_BITCODE = NO;
20042004
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2040,7 +2040,7 @@
20402040
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20412041
CODE_SIGN_IDENTITY = "iPhone Developer";
20422042
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2043-
CURRENT_PROJECT_VERSION = 600;
2043+
CURRENT_PROJECT_VERSION = 601;
20442044
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20452045
ENABLE_BITCODE = NO;
20462046
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2183,7 +2183,7 @@
21832183
CODE_SIGN_IDENTITY = "iPhone Developer";
21842184
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21852185
CODE_SIGN_STYLE = Automatic;
2186-
CURRENT_PROJECT_VERSION = 600;
2186+
CURRENT_PROJECT_VERSION = 601;
21872187
DEBUG_INFORMATION_FORMAT = dwarf;
21882188
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21892189
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2233,7 +2233,7 @@
22332233
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22342234
CODE_SIGN_STYLE = Automatic;
22352235
COPY_PHASE_STRIP = NO;
2236-
CURRENT_PROJECT_VERSION = 600;
2236+
CURRENT_PROJECT_VERSION = 601;
22372237
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22382238
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22392239
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>600</string>
40+
<string>601</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.25.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>600</string>
24+
<string>601</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.25.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>600</string>
24+
<string>601</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)