chore: bump version to 3.8.2

This commit is contained in:
Jason
2025-12-01 22:41:43 +08:00
parent 2347ac0ee0
commit 3230b0e094
7 changed files with 10 additions and 10 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -618,7 +618,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.8.1"
version = "3.8.2"
dependencies = [
"anyhow",
"auto-launch",

View File

@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.8.1"
version = "3.8.2"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"

View File

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