Skip to content

Commit 6d5d56d

Browse files
committed
version: Bump version to 27.228.
1 parent f5a1a53 commit 6d5d56d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ android {
147147
applicationId "com.zulipmobile"
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150-
versionCode 227
151-
versionName "27.227"
150+
versionCode 228
151+
versionName "27.228"
152152
}
153153
signingConfigs {
154154
// The RN v0.60 template app suggests configuring a debug

docs/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ It doesn't include
3939

4040
## Unreleased
4141

42+
43+
## 27.228 (2024-05-01)
44+
4245
### Highlights for users, vs. v27.225 (last prod release)
4346

4447
* Streams are now called channels, if your server is version 9.0+. (#5827)

ios/ZulipMobile/Info.plist

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

0 commit comments

Comments
 (0)