chore(release): bump version to 3.14.0

This commit is contained in:
Jason
2026-04-22 12:29:27 +08:00
parent 1f25411524
commit 85295cf23f
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cc-switch",
"version": "3.13.0",
"version": "3.14.0",
"description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -735,7 +735,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.13.0"
version = "3.14.0"
dependencies = [
"anyhow",
"arboard",

View File

@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.13.0"
version = "3.14.0"
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.13.0",
"version": "3.14.0",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",