Skip to content

Commit 545b8e9

Browse files
unified-ci-app[bot]Mattermost CI Bot
andauthored
Bump app build and version number (#9524)
* Bump app build number to 721 * Bump app version number to 2.37.1 --------- Co-authored-by: Mattermost CI Bot <ci-bot@mattermost.com>
1 parent 37c4de6 commit 545b8e9

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ android {
115115
applicationId "com.mattermost.rnbeta"
116116
minSdkVersion rootProject.ext.minSdkVersion
117117
targetSdkVersion rootProject.ext.targetSdkVersion
118-
versionCode 717
119-
versionName "2.37.0"
118+
versionCode 721
119+
versionName "2.37.1"
120120
testBuildType System.getProperty('testBuildType', 'debug')
121121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
122122
}

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 = 717;
2080+
CURRENT_PROJECT_VERSION = 721;
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 = 717;
2122+
CURRENT_PROJECT_VERSION = 721;
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 = 717;
2274+
CURRENT_PROJECT_VERSION = 721;
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 = 717;
2327+
CURRENT_PROJECT_VERSION = 721;
23282328
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23292329
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
23302330
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Mattermost/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.37.0</string>
24+
<string>2.37.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>717</string>
40+
<string>721</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.37.0</string>
22+
<string>2.37.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>717</string>
24+
<string>721</string>
2525
<key>UIAppFonts</key>
2626
<array>
2727
<string>OpenSans-Bold.ttf</string>

ios/NotificationService/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.37.0</string>
22+
<string>2.37.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>717</string>
24+
<string>721</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mattermost-mobile",
3-
"version": "2.37.0",
3+
"version": "2.37.1",
44
"description": "Mattermost Mobile with React Native",
55
"repository": "git@github.com:mattermost/mattermost-mobile.git",
66
"author": "Mattermost, Inc.",

0 commit comments

Comments
 (0)