Skip to content

Commit f70a850

Browse files
migbotMiguel Alatzar
authored andcommitted
Bump app build number to 193 (#2794)
1 parent dad7246 commit f70a850

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
@@ -118,7 +118,7 @@ android {
118118
applicationId "com.mattermost.rnbeta"
119119
minSdkVersion rootProject.ext.minSdkVersion
120120
targetSdkVersion rootProject.ext.targetSdkVersion
121-
versionCode 192
121+
versionCode 193
122122
versionName "1.19.0"
123123
multiDexEnabled = true
124124
ndk {

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25412541
CODE_SIGN_IDENTITY = "iPhone Developer";
25422542
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2543-
CURRENT_PROJECT_VERSION = 192;
2543+
CURRENT_PROJECT_VERSION = 193;
25442544
DEAD_CODE_STRIPPING = NO;
25452545
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25462546
ENABLE_BITCODE = NO;
@@ -2598,7 +2598,7 @@
25982598
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25992599
CODE_SIGN_IDENTITY = "iPhone Developer";
26002600
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2601-
CURRENT_PROJECT_VERSION = 192;
2601+
CURRENT_PROJECT_VERSION = 193;
26022602
DEAD_CODE_STRIPPING = NO;
26032603
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
26042604
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>192</string>
37+
<string>193</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
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.19.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>192</string>
22+
<string>193</string>
2323
<key>NSAppTransportSecurity</key>
2424
<dict>
2525
<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>192</string>
22+
<string>193</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)