diff --git a/README.md b/README.md
index cfe5d7b..0ca7cdb 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Claude Code & Codex Provider Switcher
+# All-in-One Assistant for Claude Code, Codex & Gemini CLI
-[](https://github.com/farion1231/cc-switch/releases)
+[](https://github.com/farion1231/cc-switch/releases)
[](https://github.com/trending/typescript)
[](https://github.com/farion1231/cc-switch/releases)
[](https://tauri.app/)
@@ -43,7 +43,7 @@ Get 10% OFF the GLM CODING PLAN with [this link](https://z.ai/subscribe?ic=8JVLJ
## Features
-### Current Version: v3.6.2 | [Full Changelog](CHANGELOG.md)
+### Current Version: v3.7.0 | [Full Changelog](CHANGELOG.md)
**Core Capabilities**
diff --git a/README_ZH.md b/README_ZH.md
index fac90c4..3a51c5b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,8 +1,8 @@
-# Claude Code & Codex 供应商管理器
+# Claude Code / Codex / Gemini CLI 全方位辅助工具
-[](https://github.com/farion1231/cc-switch/releases)
+[](https://github.com/farion1231/cc-switch/releases)
[](https://github.com/trending/typescript)
[](https://github.com/farion1231/cc-switch/releases)
[](https://tauri.app/)
@@ -43,7 +43,7 @@ CC Switch 已经预设了智谱GLM,只需要填写 key 即可一键导入编
## 功能特性
-### 当前版本:v3.6.2 | [完整更新日志](CHANGELOG.md)
+### 当前版本:v3.7.0 | [完整更新日志](CHANGELOG.md)
**核心功能**
diff --git a/package.json b/package.json
index 1e142ac..a939d5b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"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",
"scripts": {
"dev": "pnpm tauri dev",
"build": "pnpm tauri build",
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 12a3653..7bcb55c 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -595,7 +595,7 @@ dependencies = [
[[package]]
name = "cc-switch"
-version = "3.6.2"
+version = "3.7.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 93502dc..2a2dd53 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -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"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index e7c79f7..270f88d 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -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",
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 31c8068..7be13db 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -1,7 +1,7 @@
{
"app": {
"title": "CC Switch",
- "description": "Claude Code & Codex Provider Switching Tool"
+ "description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
},
"common": {
"add": "Add",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 19905a0..2ff4ce3 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -1,7 +1,7 @@
{
"app": {
"title": "CC Switch",
- "description": "Claude Code & Codex 供应商切换工具"
+ "description": "Claude Code / Codex / Gemini CLI 全方位辅助工具"
},
"common": {
"add": "添加",