chore: release v3.10.1

- Bump version to 3.10.1 across all config files
- Update CHANGELOG with all fixes since v3.10.0
- Fix Rust Clippy warning by using derive(Default)
- Apply code formatting
This commit is contained in:
Jason
2026-01-23 10:41:38 +08:00
parent 07fc6b175e
commit 0ef670325b
7 changed files with 36 additions and 15 deletions

View File

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