Skip to content

Commit 1569e75

Browse files
Bump app build number to 471 (#7353) (#7354)
(cherry picked from commit 0530f96) Co-authored-by: Daniel Espino García <[email protected]>
1 parent c675952 commit 1569e75

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ android {
110110
applicationId "com.mattermost.rnbeta"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 470
113+
versionCode 471
114114
versionName "2.4.0"
115115
testBuildType System.getProperty('testBuildType', 'debug')
116116
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

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 = 470;
1658+
CURRENT_PROJECT_VERSION = 471;
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 = 470;
1702+
CURRENT_PROJECT_VERSION = 471;
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 = 470;
1845+
CURRENT_PROJECT_VERSION = 471;
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 = 470;
1896+
CURRENT_PROJECT_VERSION = 471;
18971897
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
18981898
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
18991899
GCC_C_LANGUAGE_STANDARD = gnu11;

ios/Mattermost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>470</string>
40+
<string>471</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.4.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>470</string>
24+
<string>471</string>
2525
<key>UIAppFonts</key>
2626
<array>
2727
<string>OpenSans-Bold.ttf</string>

ios/NotificationService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>2.4.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>470</string>
24+
<string>471</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)