Skip to content

Commit

Permalink
version: Bump version to 27.190.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Aug 24, 2022
1 parent b25c238 commit 44884c9
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 @@ -135,8 +135,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 189
versionName "27.189"
versionCode 190
versionName "27.190"
}
signingConfigs {
// The RN v0.60 template app suggests configuring a debug
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ It doesn't include

## Unreleased


## 27.190 (2022-08-23)

* Fixed an issue where a crafted, malformed image link in a message
sent by an authenticated user could lead to credential disclosure if
a user taps on the image to expand it. (CVE-2022-35962)
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>27.189</string>
<string>27.190</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 44884c9

Please sign in to comment.