Skip to content

Commit f0722fa

Browse files
committed
version: Bump version to 26.22.145.
1 parent 4cb5df3 commit f0722fa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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 144
124-
versionName "26.21.144"
123+
versionCode 145
124+
versionName "26.22.145"
125125
}
126126
compileOptions {
127127
sourceCompatibility JavaVersion.VERSION_1_8

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ It doesn't include
3636

3737
## Unreleased
3838

39+
40+
## 26.22.145 (2020-02-11)
41+
3942
### Highlights for users
4043

4144
* A bug in the PM conversations screen caused it not to show

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.21.144</string>
22+
<string>26.22.145</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)