Skip to content

Commit 71f0907

Browse files
committed
version: Bump version to 27.168.
1 parent 2a5bebc commit 71f0907

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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 167
153-
versionName "27.167"
152+
versionCode 168
153+
versionName "27.168"
154154
}
155155
compileOptions {
156156
sourceCompatibility JavaVersion.VERSION_1_8

docs/changelog.md

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

3939

40+
## 27.168 (2021-08-20)
41+
4042
### Highlights for users, vs v27.165 (last prod release)
4143

4244
* (Android) You can now share content from other apps to Zulip. (#117)

ios/ZulipMobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>27.167</string>
22+
<string>27.168</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)