Skip to content

Commit 44884c9

Browse files
committed
version: Bump version to 27.190.
1 parent b25c238 commit 44884c9

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
@@ -135,8 +135,8 @@ android {
135135
applicationId "com.zulipmobile"
136136
minSdkVersion rootProject.ext.minSdkVersion
137137
targetSdkVersion rootProject.ext.targetSdkVersion
138-
versionCode 189
139-
versionName "27.189"
138+
versionCode 190
139+
versionName "27.190"
140140
}
141141
signingConfigs {
142142
// The RN v0.60 template app suggests configuring a debug

docs/changelog.md

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

4040
## Unreleased
4141

42+
43+
## 27.190 (2022-08-23)
44+
4245
* Fixed an issue where a crafted, malformed image link in a message
4346
sent by an authenticated user could lead to credential disclosure if
4447
a user taps on the image to expand it. (CVE-2022-35962)

ios/ZulipMobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>27.189</string>
20+
<string>27.190</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)