Skip to content

Commit b0ee713

Browse files
Publish
- @quiet/desktop@6.1.0-alpha.0 - @quiet/mobile@6.1.0-alpha.0
1 parent 054c7ba commit b0ee713

5 files changed

Lines changed: 29 additions & 3 deletions

File tree

packages/desktop/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [6.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@6.1.0-alpha.0...@quiet/desktop@6.1.0-alpha.0) (2025-07-16)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [6.1.0]

packages/mobile/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [6.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@6.1.0-alpha.0...@quiet/mobile@6.1.0-alpha.0) (2025-07-16)
7+
8+
**Note:** Version bump only for package @quiet/mobile
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [6.1.0]

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 507
195+
versionCode 508
196196
versionName "6.1.0-alpha.0"
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>462</string>
37+
<string>463</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>462</string>
22+
<string>463</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)