Skip to content

Commit b645c2b

Browse files
unified-ci-app[bot]runner
andauthored
Bump app build number to 500 (#7721)
Co-authored-by: runner <[email protected]>
1 parent 46c0f59 commit b645c2b

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
@@ -110,7 +110,7 @@ android {
110110
applicationId "com.mattermost.rnbeta"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 497
113+
versionCode 500
114114
versionName "2.11.0"
115115
testBuildType System.getProperty('testBuildType', 'debug')
116116
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

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 = 497;
1932+
CURRENT_PROJECT_VERSION = 500;
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 = 497;
1976+
CURRENT_PROJECT_VERSION = 500;
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 = 497;
2119+
CURRENT_PROJECT_VERSION = 500;
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 = 497;
2168+
CURRENT_PROJECT_VERSION = 500;
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>497</string>
40+
<string>500</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.11.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>497</string>
24+
<string>500</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.11.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>497</string>
24+
<string>500</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)