From 256903ee702e652817e6220baa61fa7c70e35e6e Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 18 Dec 2025 22:02:41 +0800 Subject: [PATCH] chore: rename version to 3.9.0-1 for MSI compatibility MSI installer requires numeric-only pre-release identifiers. Changed from 3.9.0-beta.1 to 3.9.0-1. --- CHANGELOG.md | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb3c58b..843f64e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to CC Switch will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.9.0-beta.1] - 2025-12-18 +## [3.9.0-1] - 2025-12-18 ### Beta Release diff --git a/package.json b/package.json index fdb1a8e8..3b39356a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cc-switch", - "version": "3.9.0-beta.1", + "version": "3.9.0-1", "description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI", "scripts": { "dev": "pnpm tauri dev", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c8e00eac..f4a15aa5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc-switch" -version = "3.9.0-beta.1" +version = "3.9.0-1" description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI" authors = ["Jason Young"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1a084c5a..d1cdc9a6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "CC Switch", - "version": "3.9.0-beta.1", + "version": "3.9.0-1", "identifier": "com.ccswitch.desktop", "build": { "frontendDist": "../dist",