Skip to content

Commit a65e3a1

Browse files
committed
Publish
- @quiet/[email protected] - @quiet/[email protected]
1 parent 97b8b00 commit a65e3a1

File tree

9 files changed

+38
-12
lines changed

9 files changed

+38
-12
lines changed

packages/desktop/CHANGELOG.md

+13
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+
## [4.0.2](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2025-03-05)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [4.0.0]

packages/desktop/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"homepage": "https://github.com/TryQuiet",
8282
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
83-
"version": "4.0.1",
83+
"version": "4.0.2",
8484
"description": "Decentralized team chat",
8585
"main": "dist/main/main.js",
8686
"scripts": {

packages/mobile/CHANGELOG.md

+13
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+
## [4.0.2](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2025-03-05)
7+
8+
**Note:** Version bump only for package @quiet/mobile
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [4.0.0]

packages/mobile/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ android {
192192
applicationId "com.quietmobile"
193193
minSdkVersion rootProject.ext.minSdkVersion
194194
targetSdkVersion rootProject.ext.targetSdkVersion
195-
versionCode 466
196-
versionName "4.0.1"
195+
versionCode 467
196+
versionName "4.0.2"
197197
resValue "string", "build_config_package", "com.quietmobile"
198198
testBuildType System.getProperty('testBuildType', 'debug')
199199
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

packages/mobile/ios/Quiet/Info.plist

+2-2
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>4.0.1</string>
20+
<string>4.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>421</string>
37+
<string>422</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false />
4040
<key>LSRequiresIPhoneOS</key>

packages/mobile/ios/QuietTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.0.1</string>
18+
<string>4.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>421</string>
22+
<string>422</string>
2323
</dict>
2424
</plist>

packages/mobile/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quiet/mobile",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json --noEmit",
66
"storybook-android": "ENVFILE=.env.storybook react-native run-android --mode=storybookDebug --appIdSuffix=storybook.debug",

0 commit comments

Comments
 (0)