Skip to content

Commit

Permalink
version: Bump version to 27.178.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Dec 22, 2021
1 parent af1bd23 commit 088f4c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 175
versionName "27.175"
versionCode 178
versionName "27.178"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ It doesn't include

## Unreleased


## 27.178 (2021-12-21)

This is a stable release in the v27.174 series, with cherry-picked
changes atop v27.175.


### Highlights for users, vs. v27.175

* Fix bug where unreads screen could lead to an empty list of messages
Expand Down
2 changes: 1 addition & 1 deletion ios/ZulipMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>27.175</string>
<string>27.178</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 088f4c7

Please sign in to comment.