Skip to content

Commit a98cf7b

Browse files
Publish
- @quiet/desktop@5.1.2 - @quiet/mobile@5.1.2
1 parent 2209a3a commit a98cf7b

5 files changed

Lines changed: 19 additions & 3 deletions

File tree

packages/desktop/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212

1313

14+
## [5.1.2](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@5.1.2-alpha.1...@quiet/desktop@5.1.2) (2025-06-06)
15+
16+
**Note:** Version bump only for package @quiet/desktop
17+
18+
19+
20+
21+
1422
# Changelog
1523

1624
## [unreleased]

packages/mobile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212

1313

14+
## [5.1.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@5.1.2-alpha.1...@quiet/mobile@5.1.2) (2025-06-06)
15+
16+
**Note:** Version bump only for package @quiet/mobile
17+
18+
19+
20+
21+
1422
# Changelog
1523

1624
## [unreleased]

packages/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ android {
192192
applicationId "com.quietmobile"
193193
minSdkVersion rootProject.ext.minSdkVersion
194194
targetSdkVersion rootProject.ext.targetSdkVersion
195-
versionCode 497
195+
versionCode 498
196196
versionName "5.1.2"
197197
resValue "string", "build_config_package", "com.quietmobile"
198198
testBuildType System.getProperty('testBuildType', 'debug')

packages/mobile/ios/Quiet/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>452</string>
37+
<string>453</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false />
4040
<key>LSRequiresIPhoneOS</key>

packages/mobile/ios/QuietTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>452</string>
22+
<string>453</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)