Skip to content

Commit 2214f06

Browse files
unified-ci-app[bot]Mattermost CI Bot
andauthored
Bump app build number to 713 (#9462)
Co-authored-by: Mattermost CI Bot <ci-bot@mattermost.com>
1 parent 73a83b6 commit 2214f06

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
@@ -115,7 +115,7 @@ android {
115115
applicationId "com.mattermost.rnbeta"
116116
minSdkVersion rootProject.ext.minSdkVersion
117117
targetSdkVersion rootProject.ext.targetSdkVersion
118-
versionCode 710
118+
versionCode 713
119119
versionName "2.37.0"
120120
testBuildType System.getProperty('testBuildType', 'debug')
121121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@
20772077
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20782078
CODE_SIGN_IDENTITY = "iPhone Developer";
20792079
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2080-
CURRENT_PROJECT_VERSION = 710;
2080+
CURRENT_PROJECT_VERSION = 713;
20812081
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20822082
ENABLE_BITCODE = NO;
20832083
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2119,7 +2119,7 @@
21192119
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
21202120
CODE_SIGN_IDENTITY = "iPhone Developer";
21212121
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2122-
CURRENT_PROJECT_VERSION = 710;
2122+
CURRENT_PROJECT_VERSION = 713;
21232123
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21242124
ENABLE_BITCODE = NO;
21252125
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2271,7 +2271,7 @@
22712271
CODE_SIGN_IDENTITY = "iPhone Developer";
22722272
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22732273
CODE_SIGN_STYLE = Automatic;
2274-
CURRENT_PROJECT_VERSION = 710;
2274+
CURRENT_PROJECT_VERSION = 713;
22752275
DEBUG_INFORMATION_FORMAT = dwarf;
22762276
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22772277
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2324,7 +2324,7 @@
23242324
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
23252325
CODE_SIGN_STYLE = Automatic;
23262326
COPY_PHASE_STRIP = NO;
2327-
CURRENT_PROJECT_VERSION = 710;
2327+
CURRENT_PROJECT_VERSION = 713;
23282328
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23292329
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
23302330
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>710</string>
40+
<string>713</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.37.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>710</string>
24+
<string>713</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.37.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>710</string>
24+
<string>713</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)