Skip to content

Commit 1a063ac

Browse files
unified-ci-app[bot]Mattermost CI Bot
andauthored
Bump app build number to 694 (#9348)
Co-authored-by: Mattermost CI Bot <[email protected]>
1 parent d76791e commit 1a063ac

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
@@ -115,7 +115,7 @@ android {
115115
applicationId "com.mattermost.rnbeta"
116116
minSdkVersion rootProject.ext.minSdkVersion
117117
targetSdkVersion rootProject.ext.targetSdkVersion
118-
versionCode 689
118+
versionCode 694
119119
versionName "2.35.0"
120120
testBuildType System.getProperty('testBuildType', 'debug')
121121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@
20852085
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
20862086
CODE_SIGN_IDENTITY = "iPhone Developer";
20872087
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2088-
CURRENT_PROJECT_VERSION = 689;
2088+
CURRENT_PROJECT_VERSION = 694;
20892089
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
20902090
ENABLE_BITCODE = NO;
20912091
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2127,7 +2127,7 @@
21272127
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
21282128
CODE_SIGN_IDENTITY = "iPhone Developer";
21292129
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2130-
CURRENT_PROJECT_VERSION = 689;
2130+
CURRENT_PROJECT_VERSION = 694;
21312131
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
21322132
ENABLE_BITCODE = NO;
21332133
HEADER_SEARCH_PATHS = "$(inherited)";
@@ -2273,7 +2273,7 @@
22732273
CODE_SIGN_IDENTITY = "iPhone Developer";
22742274
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22752275
CODE_SIGN_STYLE = Automatic;
2276-
CURRENT_PROJECT_VERSION = 689;
2276+
CURRENT_PROJECT_VERSION = 694;
22772277
DEBUG_INFORMATION_FORMAT = dwarf;
22782278
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
22792279
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2324,7 +2324,7 @@
23242324
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
23252325
CODE_SIGN_STYLE = Automatic;
23262326
COPY_PHASE_STRIP = NO;
2327-
CURRENT_PROJECT_VERSION = 689;
2327+
CURRENT_PROJECT_VERSION = 694;
23282328
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23292329
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
23302330
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>689</string>
40+
<string>694</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.35.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>689</string>
24+
<string>694</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.35.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>689</string>
24+
<string>694</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)