Skip to content

Commit 256903e

Browse files
committed
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.
1 parent f42f73e commit 256903e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to CC Switch will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.9.0-beta.1] - 2025-12-18
8+
## [3.9.0-1] - 2025-12-18
99

1010
### Beta Release
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-switch",
3-
"version": "3.9.0-beta.1",
3+
"version": "3.9.0-1",
44
"description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI",
55
"scripts": {
66
"dev": "pnpm tauri dev",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc-switch"
3-
version = "3.9.0-beta.1"
3+
version = "3.9.0-1"
44
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
55
authors = ["Jason Young"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CC Switch",
4-
"version": "3.9.0-beta.1",
4+
"version": "3.9.0-1",
55
"identifier": "com.ccswitch.desktop",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)