chore(release): bump version to 3.16.1 and add release notes

This commit is contained in:
Jason
2026-06-01 17:55:55 +08:00
parent d66030bee6
commit 25951d8132
8 changed files with 720 additions and 8 deletions
+1 -1
View File
@@ -735,7 +735,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.16.0"
version = "3.16.1"
dependencies = [
"anyhow",
"arboard",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.16.0"
version = "3.16.1"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Switch",
"version": "3.16.0",
"version": "3.16.1",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",