Skip to content

Commit

Permalink
version: Bump version to 27.175.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Oct 29, 2021
1 parent 01666aa commit 9e039db
Show file tree
Hide file tree
Showing 3 changed files with 13 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 174
versionName "27.174"
versionCode 175
versionName "27.175"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,18 @@ It doesn't include
## Unreleased


## 27.175 (2021-10-28)

This is substantially the same as the previous release, v27.174, but with a
fix for a Sentry misconfiguration.


## 27.174 (2021-10-26)

This was a beta-only release. (Note to maintainers: Events from this release
won't show up in Sentry because of a misconfiguration.)


### Highlights for users, vs v27.171 (last prod release)

* The settings menu has moved from the bottom nav bar to the Profile tab.
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.174</string>
<string>27.175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 9e039db

Please sign in to comment.