Skip to content

Commit b2e101f

Browse files
Bump version to 2.5.1 build 476 (#7421) (#7423)
* Bump app version number to 2.5.1 * Bump app build number to 476 (cherry picked from commit bcc59d5) Co-authored-by: Daniel Espino García <[email protected]>
1 parent 32a2ba1 commit b2e101f

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
@@ -110,8 +110,8 @@ android {
110110
applicationId "com.mattermost.rnbeta"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 475
114-
versionName "2.5.0"
113+
versionCode 476
114+
versionName "2.5.1"
115115
testBuildType System.getProperty('testBuildType', 'debug')
116116
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
117117
}

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@
16551655
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
16561656
CODE_SIGN_IDENTITY = "iPhone Developer";
16571657
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1658-
CURRENT_PROJECT_VERSION = 475;
1658+
CURRENT_PROJECT_VERSION = 476;
16591659
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
16601660
ENABLE_BITCODE = NO;
16611661
HEADER_SEARCH_PATHS = (
@@ -1699,7 +1699,7 @@
16991699
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
17001700
CODE_SIGN_IDENTITY = "iPhone Developer";
17011701
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1702-
CURRENT_PROJECT_VERSION = 475;
1702+
CURRENT_PROJECT_VERSION = 476;
17031703
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
17041704
ENABLE_BITCODE = NO;
17051705
HEADER_SEARCH_PATHS = (
@@ -1842,7 +1842,7 @@
18421842
CODE_SIGN_IDENTITY = "iPhone Developer";
18431843
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
18441844
CODE_SIGN_STYLE = Automatic;
1845-
CURRENT_PROJECT_VERSION = 475;
1845+
CURRENT_PROJECT_VERSION = 476;
18461846
DEBUG_INFORMATION_FORMAT = dwarf;
18471847
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
18481848
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1893,7 +1893,7 @@
18931893
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
18941894
CODE_SIGN_STYLE = Automatic;
18951895
COPY_PHASE_STRIP = NO;
1896-
CURRENT_PROJECT_VERSION = 475;
1896+
CURRENT_PROJECT_VERSION = 476;
18971897
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
18981898
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
18991899
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.5.0</string>
24+
<string>2.5.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>475</string>
40+
<string>476</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.5.0</string>
22+
<string>2.5.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>475</string>
24+
<string>476</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.5.0</string>
22+
<string>2.5.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>475</string>
24+
<string>476</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.5.0",
3+
"version": "2.5.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)