Skip to content

Commit

Permalink
version: Bump version to 26.29.152.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Jun 25, 2020
1 parent 9432308 commit acd853a
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 @@ -148,8 +148,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 151
versionName "26.28.151"
versionCode 152
versionName "26.29.152"
}
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


## 26.29.152 (2020-06-24)

### Highlights for users

* (Android) Fixed bug in downloading an image from a message. (#3124)
Expand Down
2 changes: 1 addition & 1 deletion ios/ZulipMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>26.28.151</string>
<string>26.29.152</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit acd853a

Please sign in to comment.