Skip to content

Commit 0b0e176

Browse files
committed
version: Bump version to 27.179.
1 parent 4dd08a6 commit 0b0e176

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ android {
149149
applicationId "com.zulipmobile"
150150
minSdkVersion rootProject.ext.minSdkVersion
151151
targetSdkVersion rootProject.ext.targetSdkVersion
152-
versionCode 176
153-
versionName "27.176"
152+
versionCode 179
153+
versionName "27.179"
154154
}
155155
compileOptions {
156156
sourceCompatibility JavaVersion.VERSION_1_8

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ It doesn't include
3737
## Unreleased
3838

3939

40+
## 27.179 (2021-12-21)
41+
42+
This is a stable release in the v27.176 series, with cherry-picked
43+
changes atop v27.176.
44+
45+
4046
### Highlights for users, vs. v27.176
4147

4248
* Fix bug where unreads screen could lead to an empty list of messages

ios/ZulipMobile/Info.plist

Lines changed: 1 addition & 1 deletion
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.176</string>
20+
<string>27.179</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)