Skip to content

Commit ce4e3f0

Browse files
unified-ci-app[bot]Anka
andauthored
Bump app build and version number (#8812)
* Bump app build number to 632 * Bump app version number to 2.27.1 --------- Co-authored-by: Anka <[email protected]>
1 parent b2e1b5f commit ce4e3f0

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
@@ -114,8 +114,8 @@ android {
114114
applicationId "com.mattermost.rnbeta"
115115
minSdkVersion rootProject.ext.minSdkVersion
116116
targetSdkVersion rootProject.ext.targetSdkVersion
117-
versionCode 627
118-
versionName "2.27.0"
117+
versionCode 632
118+
versionName "2.27.1"
119119
testBuildType System.getProperty('testBuildType', 'debug')
120120
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
121121
}

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@
20482048
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20492049
CODE_SIGN_IDENTITY = "iPhone Developer";
20502050
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2051-
CURRENT_PROJECT_VERSION = 627;
2051+
CURRENT_PROJECT_VERSION = 632;
20522052
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20532053
ENABLE_BITCODE = NO;
20542054
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2090,7 +2090,7 @@
20902090
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20912091
CODE_SIGN_IDENTITY = "iPhone Developer";
20922092
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2093-
CURRENT_PROJECT_VERSION = 627;
2093+
CURRENT_PROJECT_VERSION = 632;
20942094
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20952095
ENABLE_BITCODE = NO;
20962096
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2235,7 +2235,7 @@
22352235
CODE_SIGN_IDENTITY = "iPhone Developer";
22362236
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22372237
CODE_SIGN_STYLE = Automatic;
2238-
CURRENT_PROJECT_VERSION = 627;
2238+
CURRENT_PROJECT_VERSION = 632;
22392239
DEBUG_INFORMATION_FORMAT = dwarf;
22402240
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22412241
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2285,7 +2285,7 @@
22852285
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22862286
CODE_SIGN_STYLE = Automatic;
22872287
COPY_PHASE_STRIP = NO;
2288-
CURRENT_PROJECT_VERSION = 627;
2288+
CURRENT_PROJECT_VERSION = 632;
22892289
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22902290
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22912291
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.27.0</string>
24+
<string>2.27.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>627</string>
40+
<string>632</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.27.0</string>
22+
<string>2.27.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>627</string>
24+
<string>632</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.27.0</string>
22+
<string>2.27.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>627</string>
24+
<string>632</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.27.0",
3+
"version": "2.27.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)