Skip to content

Commit 4371d9a

Browse files
unified-ci-app[bot]Mattermost CI Bot
andauthored
Bump app build and version number (#9221)
* Bump app build number to 680 * Bump app version number to 2.33.1 --------- Co-authored-by: Mattermost CI Bot <[email protected]>
1 parent cc1e123 commit 4371d9a

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 677
119-
versionName "2.33.0"
118+
versionCode 680
119+
versionName "2.33.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
@@ -2093,7 +2093,7 @@
20932093
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20942094
CODE_SIGN_IDENTITY = "iPhone Developer";
20952095
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2096-
CURRENT_PROJECT_VERSION = 677;
2096+
CURRENT_PROJECT_VERSION = 680;
20972097
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20982098
ENABLE_BITCODE = NO;
20992099
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2135,7 +2135,7 @@
21352135
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
21362136
CODE_SIGN_IDENTITY = "iPhone Developer";
21372137
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2138-
CURRENT_PROJECT_VERSION = 677;
2138+
CURRENT_PROJECT_VERSION = 680;
21392139
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21402140
ENABLE_BITCODE = NO;
21412141
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2281,7 +2281,7 @@
22812281
CODE_SIGN_IDENTITY = "iPhone Developer";
22822282
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22832283
CODE_SIGN_STYLE = Automatic;
2284-
CURRENT_PROJECT_VERSION = 677;
2284+
CURRENT_PROJECT_VERSION = 680;
22852285
DEBUG_INFORMATION_FORMAT = dwarf;
22862286
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22872287
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2332,7 +2332,7 @@
23322332
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
23332333
CODE_SIGN_STYLE = Automatic;
23342334
COPY_PHASE_STRIP = NO;
2335-
CURRENT_PROJECT_VERSION = 677;
2335+
CURRENT_PROJECT_VERSION = 680;
23362336
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23372337
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
23382338
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.33.0</string>
24+
<string>2.33.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>677</string>
40+
<string>680</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.33.0</string>
22+
<string>2.33.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>677</string>
24+
<string>680</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.33.0</string>
22+
<string>2.33.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>677</string>
24+
<string>680</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.33.0",
3+
"version": "2.33.1",
44
"description": "Mattermost Mobile with React Native",
55
"repository": "[email protected]:mattermost/mattermost-mobile.git",
66
"author": "Mattermost, Inc.",

0 commit comments

Comments
 (0)