Skip to content

Commit

Permalink
version: Bump version to 25.8.122.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Jul 24, 2019
1 parent b2a6397 commit cab7346
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 @@ -114,8 +114,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 121
versionName "25.7.121"
versionCode 122
versionName "25.8.122"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ We number our versions like so:

## Unreleased


## 25.8.122 (2019-07-24)

### Highlights for users

Bugfixes and other improvements for your Zulip experience.
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>25.7.121</string>
<string>25.8.122</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit cab7346

Please sign in to comment.