Skip to content

Commit 9d743e6

Browse files
committed
Bump app build number to 158 (#2341)
1 parent 8a7dabf commit 9d743e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ android {
113113
applicationId "com.mattermost.rnbeta"
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116-
versionCode 157
116+
versionCode 158
117117
versionName "1.14.0"
118118
multiDexEnabled = true
119119
ndk {

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@
24702470
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
24712471
CODE_SIGN_IDENTITY = "iPhone Developer";
24722472
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2473-
CURRENT_PROJECT_VERSION = 157;
2473+
CURRENT_PROJECT_VERSION = 158;
24742474
DEAD_CODE_STRIPPING = NO;
24752475
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
24762476
ENABLE_BITCODE = NO;
@@ -2519,7 +2519,7 @@
25192519
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25202520
CODE_SIGN_IDENTITY = "iPhone Developer";
25212521
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2522-
CURRENT_PROJECT_VERSION = 157;
2522+
CURRENT_PROJECT_VERSION = 158;
25232523
DEAD_CODE_STRIPPING = NO;
25242524
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25252525
ENABLE_BITCODE = NO;

ios/Mattermost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>157</string>
37+
<string>158</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>1.14.0</string>
2525
<key>CFBundleVersion</key>
26-
<string>157</string>
26+
<string>158</string>
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
2929
<key>NSAllowsArbitraryLoads</key>

ios/MattermostTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>157</string>
22+
<string>158</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)