Skip to content

Commit

Permalink
version: Bump version to 27.169.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Aug 30, 2021
1 parent 9282c84 commit a1fcee1
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
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 166
versionName "27.166"
versionCode 169
versionName "27.169"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ It doesn't include

## Unreleased


## 27.169 (2021-08-30)

### Highlights for users

* Messages are no longer marked as read when scrolling in search,
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.166</string>
<string>27.169</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit a1fcee1

Please sign in to comment.