Skip to content

Commit 28b2b9d

Browse files
unified-ci-app[bot]runner
andauthored
Bump app build and version number (#8098)
* Bump app build number to 536 * Bump app version number to 2.18.1 --------- Co-authored-by: runner <[email protected]>
1 parent 1bb7242 commit 28b2b9d

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
@@ -111,8 +111,8 @@ android {
111111
applicationId "com.mattermost.rnbeta"
112112
minSdkVersion rootProject.ext.minSdkVersion
113113
targetSdkVersion rootProject.ext.targetSdkVersion
114-
versionCode 534
115-
versionName "2.18.0"
114+
versionCode 536
115+
versionName "2.18.1"
116116
testBuildType System.getProperty('testBuildType', 'debug')
117117
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
118118
}

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@
19451945
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19461946
CODE_SIGN_IDENTITY = "iPhone Developer";
19471947
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1948-
CURRENT_PROJECT_VERSION = 534;
1948+
CURRENT_PROJECT_VERSION = 536;
19491949
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19501950
ENABLE_BITCODE = NO;
19511951
HEADER_SEARCH_PATHS = (
@@ -1989,7 +1989,7 @@
19891989
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19901990
CODE_SIGN_IDENTITY = "iPhone Developer";
19911991
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1992-
CURRENT_PROJECT_VERSION = 534;
1992+
CURRENT_PROJECT_VERSION = 536;
19931993
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19941994
ENABLE_BITCODE = NO;
19951995
HEADER_SEARCH_PATHS = (
@@ -2132,7 +2132,7 @@
21322132
CODE_SIGN_IDENTITY = "iPhone Developer";
21332133
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21342134
CODE_SIGN_STYLE = Automatic;
2135-
CURRENT_PROJECT_VERSION = 534;
2135+
CURRENT_PROJECT_VERSION = 536;
21362136
DEBUG_INFORMATION_FORMAT = dwarf;
21372137
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21382138
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2181,7 +2181,7 @@
21812181
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21822182
CODE_SIGN_STYLE = Automatic;
21832183
COPY_PHASE_STRIP = NO;
2184-
CURRENT_PROJECT_VERSION = 534;
2184+
CURRENT_PROJECT_VERSION = 536;
21852185
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21862186
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21872187
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.18.0</string>
24+
<string>2.18.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>534</string>
40+
<string>536</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.18.0</string>
22+
<string>2.18.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>534</string>
24+
<string>536</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.18.0</string>
22+
<string>2.18.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>534</string>
24+
<string>536</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.18.0",
3+
"version": "2.18.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)