chore: bump version to v3.12.0 and update release references

This commit is contained in:
Jason
2026-03-09 21:05:27 +08:00
parent 92f62e884c
commit 333b82b4c4
12 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.11.1"
version = "3.12.0"
dependencies = [
"anyhow",
"async-stream",
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.11.1"
version = "3.12.0"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"
@@ -13,6 +13,7 @@ rust-version = "1.85.0"
[lib]
name = "cc_switch_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
doctest = false
[features]
default = []
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Switch",
"version": "3.11.1",
"version": "3.12.0",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",