Skip to content

Commit 5430872

Browse files
committed
version: Bump version to 27.185.
1 parent a169578 commit 5430872

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 184
138-
versionName "27.184"
137+
versionCode 185
138+
versionName "27.185"
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
@@ -39,6 +39,9 @@ It doesn't include
3939

4040
## Unreleased
4141

42+
43+
## 27.185 (2022-04-28)
44+
4245
### Highlights for users, vs. v27.183 (last prod release)
4346

4447
* In the Home tab, topics with unread @-mentions are now highlighted with

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.184</string>
20+
<string>27.185</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)