diff --git a/VERSION b/VERSION index 35cee72d..79a61441 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.3 +2.4.4 diff --git a/installers/install.ps1 b/installers/install.ps1 index 0b580f95..02bc947a 100644 --- a/installers/install.ps1 +++ b/installers/install.ps1 @@ -30,7 +30,7 @@ $InstallMethod = if ($ScriptDir -and ((Test-Path "$ScriptDir\lib\ccs.ps1") -or ( # IMPORTANT: Update this version when releasing new versions! # This hardcoded version is used for standalone installations (irm | iex) # For git installations, VERSION file is read if available -$CcsVersion = "2.4.3" +$CcsVersion = "2.4.4" # Try to read VERSION file for git installations if ($ScriptDir) { diff --git a/installers/install.sh b/installers/install.sh index f3e83ce6..33810f96 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -31,7 +31,7 @@ fi # IMPORTANT: Update this version when releasing new versions! # This hardcoded version is used for standalone installations (curl | bash) # For git installations, VERSION file is read if available -CCS_VERSION="2.4.3" +CCS_VERSION="2.4.4" # Try to read VERSION file for git installations if [[ -f "$SCRIPT_DIR/VERSION" ]]; then diff --git a/lib/ccs b/lib/ccs index 46d9a8ff..a63b895d 100755 --- a/lib/ccs +++ b/lib/ccs @@ -2,7 +2,7 @@ set -euo pipefail # Version (updated by scripts/bump-version.sh) -CCS_VERSION="2.4.3" +CCS_VERSION="2.4.4" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # --- Color/Format Functions --- diff --git a/lib/ccs.ps1 b/lib/ccs.ps1 index b1897c75..dfc88603 100644 --- a/lib/ccs.ps1 +++ b/lib/ccs.ps1 @@ -72,7 +72,7 @@ Restart your terminal after installation. } # Version (updated by scripts/bump-version.sh) -$CcsVersion = "2.4.3" +$CcsVersion = "2.4.4" $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path # Installation function for commands and skills diff --git a/package.json b/package.json index 472b29ee..04ca2c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaitranntt/ccs", - "version": "2.4.3", + "version": "2.4.4", "description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6", "keywords": [ "cli",