chore(release): bump version to v3.7.0 and rebrand to include Gemini CLI

- Update version from 3.6.2 to 3.7.0 across all config files
- Update project description to "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
- Update Chinese description to "Claude Code / Codex / Gemini CLI 全方位辅助工具"
- Sync version in package.json, Cargo.toml, tauri.conf.json
- Update branding in README.md, README_ZH.md and i18n locale files
This commit is contained in:
farion1231
2025-11-19 11:20:55 +08:00
parent 3d31ad64af
commit 93fa5fe29a
8 changed files with 14 additions and 14 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -595,7 +595,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.6.2"
version = "3.7.0"
dependencies = [
"anyhow",
"chrono",

View File

@@ -1,7 +1,7 @@
[package]
name = "cc-switch"
version = "3.6.2"
description = "Claude Code & Codex 供应商配置管理工具"
version = "3.7.0"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"
repository = "https://github.com/farion1231/cc-switch"

View File

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