Skip to content

Commit 1a31c7c

Browse files
committed
version: Bump version to 27.186.
1 parent a634fcc commit 1a31c7c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ android {
134134
applicationId "com.zulipmobile"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 185
138-
versionName "27.185"
137+
versionCode 186
138+
versionName "27.186"
139139
}
140140
signingConfigs {
141141
// The RN v0.60 template app suggests configuring a debug

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ It doesn't include
4040
## Unreleased
4141

4242

43+
## 27.186 (2022-05-25)
44+
45+
4346
### Highlights for users, vs. v27.183 (last prod release)
4447

4548
* Support for creating web-public streams. (#5250)

ios/ZulipMobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>27.185</string>
20+
<string>27.186</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)