chore: bump version to 3.9.0-2 for second test release

- Update version in package.json, Cargo.toml, tauri.conf.json
- Fix clippy too_many_arguments warning in forwarder.rs
This commit is contained in:
Jason
2025-12-20 18:10:45 +08:00
parent 5fe5ed98be
commit 44ca688253
5 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Switch",
"version": "3.9.0-1",
"version": "3.9.0-2",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",