Skip to content

Commit a807f3a

Browse files
unified-ci-app[bot]Anka
andauthored
Bump app build and version number (#8596)
* Bump app build number to 606 * Bump app version number to 2.26.0 --------- Co-authored-by: Anka <[email protected]>
1 parent f9b609c commit a807f3a

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 602
118-
versionName "2.25.0"
117+
versionCode 606
118+
versionName "2.26.0"
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
@@ -1998,7 +1998,7 @@
19981998
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19991999
CODE_SIGN_IDENTITY = "iPhone Developer";
20002000
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2001-
CURRENT_PROJECT_VERSION = 602;
2001+
CURRENT_PROJECT_VERSION = 606;
20022002
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20032003
ENABLE_BITCODE = NO;
20042004
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2040,7 +2040,7 @@
20402040
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20412041
CODE_SIGN_IDENTITY = "iPhone Developer";
20422042
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2043-
CURRENT_PROJECT_VERSION = 602;
2043+
CURRENT_PROJECT_VERSION = 606;
20442044
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20452045
ENABLE_BITCODE = NO;
20462046
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2183,7 +2183,7 @@
21832183
CODE_SIGN_IDENTITY = "iPhone Developer";
21842184
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21852185
CODE_SIGN_STYLE = Automatic;
2186-
CURRENT_PROJECT_VERSION = 602;
2186+
CURRENT_PROJECT_VERSION = 606;
21872187
DEBUG_INFORMATION_FORMAT = dwarf;
21882188
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21892189
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2233,7 +2233,7 @@
22332233
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22342234
CODE_SIGN_STYLE = Automatic;
22352235
COPY_PHASE_STRIP = NO;
2236-
CURRENT_PROJECT_VERSION = 602;
2236+
CURRENT_PROJECT_VERSION = 606;
22372237
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22382238
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22392239
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.25.0</string>
24+
<string>2.26.0</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>602</string>
40+
<string>606</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.25.0</string>
22+
<string>2.26.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>602</string>
24+
<string>606</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.25.0</string>
22+
<string>2.26.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>602</string>
24+
<string>606</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.25.0",
3+
"version": "2.26.0",
44
"description": "Mattermost Mobile with React Native",
55
"repository": "[email protected]:mattermost/mattermost-mobile.git",
66
"author": "Mattermost, Inc.",

0 commit comments

Comments
 (0)