chore: bump version to 3.1.2 for auto-updater testing
This commit is contained in:
23
latest.json
Normal file
23
latest.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cc-switch",
|
"name": "cc-switch",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"description": "Claude Code & Codex 供应商切换工具",
|
"description": "Claude Code & Codex 供应商切换工具",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm tauri dev",
|
"dev": "pnpm tauri dev",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cc-switch"
|
name = "cc-switch"
|
||||||
version = "3.1.1"
|
version = "3.1.2"
|
||||||
description = "Claude Code & Codex 供应商配置管理工具"
|
description = "Claude Code & Codex 供应商配置管理工具"
|
||||||
authors = ["Jason Young"]
|
authors = ["Jason Young"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "CC Switch",
|
"productName": "CC Switch",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"identifier": "com.ccswitch.desktop",
|
"identifier": "com.ccswitch.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user