File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ android {
147
147
applicationId " com.zulipmobile"
148
148
minSdkVersion rootProject. ext. minSdkVersion
149
149
targetSdkVersion rootProject. ext. targetSdkVersion
150
- versionCode 227
151
- versionName " 27.227 "
150
+ versionCode 228
151
+ versionName " 27.228 "
152
152
}
153
153
signingConfigs {
154
154
// The RN v0.60 template app suggests configuring a debug
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ It doesn't include
39
39
40
40
## Unreleased
41
41
42
+
43
+ ## 27.228 (2024-05-01)
44
+
42
45
### Highlights for users, vs. v27.225 (last prod release)
43
46
44
47
* Streams are now called channels, if your server is version 9.0+. (#5827 )
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >27.227 </string >
20
+ <string >27.228 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
You can’t perform that action at this time.
0 commit comments