Skip to content

Commit f1d4370

Browse files
committed
version: Bump version to 26.19.142.
1 parent e0d7e90 commit f1d4370

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ android {
120120
applicationId "com.zulipmobile"
121121
minSdkVersion rootProject.ext.minSdkVersion
122122
targetSdkVersion rootProject.ext.targetSdkVersion
123-
versionCode 140
124-
versionName "26.17.140"
123+
versionCode 142
124+
versionName "26.19.142"
125125
}
126126
compileOptions {
127127
sourceCompatibility JavaVersion.VERSION_1_8

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@ It doesn't include
3737
## Unreleased
3838

3939

40+
## (iOS) 26.19.142 (2019-12-11)
41+
42+
### Highlights for users
43+
44+
(iOS-only release.)
45+
46+
Fixes and improvements for your Zulip experience.
47+
48+
49+
### Highlights for developers
50+
51+
This is a cherry-pick release atop 26.17.140, with selected small
52+
changes.
53+
54+
4055
## 26.17.140 (2019-12-04)
4156

4257
### Highlights for users

ios/ZulipMobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>26.17.140</string>
22+
<string>26.19.142</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)