Skip to content

Commit 753a1b5

Browse files
committed
Bump app Version to 1.16.1 and Build Number to 176 (#2584)
* Bump app build number to 176 * Bump app version number to 1.16.1 * Update fastlane
1 parent 4e83c1f commit 753a1b5

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ android {
113113
applicationId "com.mattermost.rnbeta"
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116-
versionCode 175
117-
versionName "1.16.0"
116+
versionCode 176
117+
versionName "1.16.1"
118118
multiDexEnabled = true
119119
ndk {
120120
abiFilters "armeabi-v7a", "x86"

fastlane/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
public_suffix (>= 2.0.2, < 4.0)
77
atomos (0.1.3)
88
aws-eventstream (1.0.1)
9-
aws-partitions (1.136.0)
10-
aws-sdk-core (3.46.0)
9+
aws-partitions (1.139.0)
10+
aws-sdk-core (3.46.2)
1111
aws-eventstream (~> 1.0)
1212
aws-partitions (~> 1.0)
1313
aws-sigv4 (~> 1.0)
@@ -39,10 +39,10 @@ GEM
3939
faraday-cookie_jar (0.0.6)
4040
faraday (>= 0.7.4)
4141
http-cookie (~> 1.0.0)
42-
faraday_middleware (0.13.0)
42+
faraday_middleware (0.13.1)
4343
faraday (>= 0.7.4, < 1.0)
4444
fastimage (2.1.5)
45-
fastlane (2.114.0)
45+
fastlane (2.116.1)
4646
CFPropertyList (>= 2.3, < 4.0.0)
4747
addressable (>= 2.3, < 3.0.0)
4848
babosa (>= 1.0.2, < 2.0.0)
@@ -93,15 +93,15 @@ GEM
9393
representable (~> 3.0)
9494
retriable (>= 2.0, < 4.0)
9595
signet (~> 0.9)
96-
google-cloud-core (1.2.7)
96+
google-cloud-core (1.3.0)
9797
google-cloud-env (~> 1.0)
9898
google-cloud-env (1.0.5)
9999
faraday (~> 0.11)
100-
google-cloud-storage (1.15.0)
100+
google-cloud-storage (1.16.0)
101101
digest-crc (~> 0.4)
102102
google-api-client (~> 0.23)
103103
google-cloud-core (~> 1.2)
104-
googleauth (~> 0.6.2)
104+
googleauth (>= 0.6.2, < 0.10.0)
105105
googleauth (0.6.7)
106106
faraday (~> 0.12)
107107
jwt (>= 1.4, < 3.0)
@@ -162,7 +162,7 @@ GEM
162162
unf_ext (0.0.7.5)
163163
unicode-display_width (1.4.1)
164164
word_wrap (1.0.0)
165-
xcodeproj (1.8.0)
165+
xcodeproj (1.8.1)
166166
CFPropertyList (>= 2.3.3, < 4.0)
167167
atomos (~> 0.1.3)
168168
claide (>= 1.0.2, < 2.0)

ios/Mattermost.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@
25272527
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25282528
CODE_SIGN_IDENTITY = "iPhone Developer";
25292529
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2530-
CURRENT_PROJECT_VERSION = 175;
2530+
CURRENT_PROJECT_VERSION = 176;
25312531
DEAD_CODE_STRIPPING = NO;
25322532
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25332533
ENABLE_BITCODE = NO;
@@ -2579,7 +2579,7 @@
25792579
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25802580
CODE_SIGN_IDENTITY = "iPhone Developer";
25812581
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2582-
CURRENT_PROJECT_VERSION = 175;
2582+
CURRENT_PROJECT_VERSION = 176;
25832583
DEAD_CODE_STRIPPING = NO;
25842584
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25852585
ENABLE_BITCODE = NO;

ios/Mattermost/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.16.0</string>
22+
<string>1.16.1</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>175</string>
37+
<string>176</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSRequiresIPhoneOS</key>

ios/MattermostShare/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<key>CFBundlePackageType</key>
2222
<string>XPC!</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.16.0</string>
24+
<string>1.16.1</string>
2525
<key>CFBundleVersion</key>
26-
<string>175</string>
26+
<string>176</string>
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
2929
<key>NSAllowsArbitraryLoads</key>

ios/MattermostTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.16.0</string>
18+
<string>1.16.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>175</string>
22+
<string>176</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)