Skip to content

Commit 966c36a

Browse files
committed
version: Bump version to 27.199.
1 parent fcb92ad commit 966c36a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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 198
151-
versionName "27.198"
150+
versionCode 199
151+
versionName "27.199"
152152
}
153153
signingConfigs {
154154
// The RN v0.60 template app suggests configuring a debug

docs/changelog.md

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

4040
## Unreleased
4141

42+
43+
## 27.199 (2023-01-19)
44+
4245
### Highlights for users, vs. v27.197 (last prod release)
4346

4447
* (iOS) Fixed a bug in the compose box where tapping the "+" button or its
@@ -78,6 +81,8 @@ experience.
7881

7982
## 27.198 (2023-01-11)
8083

84+
This was a beta-only release.
85+
8186
### Highlights for users
8287

8388
* (iOS) Fixed a bug in the compose box where tapping the "+" button or its

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

0 commit comments

Comments
 (0)