Skip to content

Commit 02a702e

Browse files
Bump app build number to 479 (#7451) (#7452)
(cherry picked from commit bdcca34) Co-authored-by: Elias Nahum <[email protected]>
1 parent 6b686ab commit 02a702e

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 478
113+
versionCode 479
114114
versionName "2.6.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
@@ -1923,7 +1923,7 @@
19231923
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19241924
CODE_SIGN_IDENTITY = "iPhone Developer";
19251925
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1926-
CURRENT_PROJECT_VERSION = 478;
1926+
CURRENT_PROJECT_VERSION = 479;
19271927
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19281928
ENABLE_BITCODE = NO;
19291929
HEADER_SEARCH_PATHS = (
@@ -1967,7 +1967,7 @@
19671967
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
19681968
CODE_SIGN_IDENTITY = "iPhone Developer";
19691969
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1970-
CURRENT_PROJECT_VERSION = 478;
1970+
CURRENT_PROJECT_VERSION = 479;
19711971
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
19721972
ENABLE_BITCODE = NO;
19731973
HEADER_SEARCH_PATHS = (
@@ -2110,7 +2110,7 @@
21102110
CODE_SIGN_IDENTITY = "iPhone Developer";
21112111
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21122112
CODE_SIGN_STYLE = Automatic;
2113-
CURRENT_PROJECT_VERSION = 478;
2113+
CURRENT_PROJECT_VERSION = 479;
21142114
DEBUG_INFORMATION_FORMAT = dwarf;
21152115
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21162116
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2159,7 +2159,7 @@
21592159
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21602160
CODE_SIGN_STYLE = Automatic;
21612161
COPY_PHASE_STRIP = NO;
2162-
CURRENT_PROJECT_VERSION = 478;
2162+
CURRENT_PROJECT_VERSION = 479;
21632163
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21642164
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21652165
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>478</string>
40+
<string>479</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.6.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>478</string>
24+
<string>479</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.6.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>478</string>
24+
<string>479</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)