Skip to content

Commit

Permalink
version: Bump version to 26.27.150.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Apr 14, 2020
1 parent 2bbc647 commit 4dff23b
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 @@ -120,8 +120,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 149
versionName "26.26.149"
versionCode 150
versionName "26.27.150"
}
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


## 26.27.150 (2020-04-13)

This is a stable release on top of 26.26.149, with one cherry-picked
fix for a critical bug.


### Highlights for users

* Fixed bug introduced in 26.24.147 that could cause the app to crash
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>26.26.149</string>
<string>26.27.150</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 4dff23b

Please sign in to comment.