Skip to content

Commit

Permalink
version: 21.1.105 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Dec 12, 2018
1 parent 671c5b2 commit 63406eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -105,8 +105,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 104
versionName "21.0.104"
versionCode 105
versionName "21.1.105"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Expand Up @@ -9,6 +9,8 @@ to users in general on the app stores is typically a few days later.
## Unreleased


## 21.1.105 (2018-12-11)

### Highlights for users (since 20.0.103)

Many fixes and improvements, including:
Expand Down
2 changes: 1 addition & 1 deletion ios/ZulipMobile/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>21.0.104</string>
<string>21.1.105</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 63406eb

Please sign in to comment.