chore: bump version to 3.1.2 for auto-updater testing

This commit is contained in:
Jason
2025-09-09 15:21:49 +08:00
parent df43692bb9
commit 2357d976dc
4 changed files with 26 additions and 3 deletions

23
latest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"version": "3.1.2",
"notes": "自动更新功能首次测试\n\n- 集成 Tauri updater 插件\n- 添加自动更新检查功能\n- 支持应用内版本升级",
"pub_date": "2025-01-09T12:00:00Z",
"platforms": {
"darwin-aarch64": {
"signature": "需要上传后生成",
"url": "https://github.com/jasonyoung/cc-switch/releases/download/v3.1.2/CC-Switch-macOS.zip"
},
"darwin-x86_64": {
"signature": "需要上传后生成",
"url": "https://github.com/jasonyoung/cc-switch/releases/download/v3.1.2/CC-Switch-macOS.zip"
},
"windows-x86_64": {
"signature": "需要上传后生成",
"url": "https://github.com/jasonyoung/cc-switch/releases/download/v3.1.2/CC-Switch-Setup.exe"
},
"linux-x86_64": {
"signature": "需要上传后生成",
"url": "https://github.com/jasonyoung/cc-switch/releases/download/v3.1.2/cc-switch_3.1.2_amd64.deb"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "cc-switch",
"version": "3.1.1",
"version": "3.1.2",
"description": "Claude Code & Codex 供应商切换工具",
"scripts": {
"dev": "pnpm tauri dev",

View File

@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.1.1"
version = "3.1.2"
description = "Claude Code & Codex 供应商配置管理工具"
authors = ["Jason Young"]
license = "MIT"

View File

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