Skip to content

Commit

Permalink
version: Bump version to 27.222.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jan 5, 2024
1 parent 7fae992 commit a347e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -147,8 +147,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 221
versionName "27.221"
versionCode 222
versionName "27.222"
}
signingConfigs {
// The RN v0.60 template app suggests configuring a debug
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Expand Up @@ -39,6 +39,9 @@ It doesn't include

## Unreleased


## 27.222 (2024-01-05)

### Highlights for users

* We now show a "(guest)" indicator on guest users' names, unless your
Expand Down
2 changes: 1 addition & 1 deletion ios/ZulipMobile/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>27.221</string>
<string>27.222</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit a347e9f

Please sign in to comment.