diff --git a/package.json b/package.json index 854507a..e2d3c5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccsettings", - "version": "0.8.0", + "version": "0.9.0", "description": "CLI tool for applying Claude Code configuration templates on a per-project basis", "keywords": [ "claude-code", diff --git a/src/cli/main.ts b/src/cli/main.ts index 6865945..abe5e5b 100644 --- a/src/cli/main.ts +++ b/src/cli/main.ts @@ -7,7 +7,7 @@ export async function main(): Promise { program .name("ccsettings") .description("Claude Code Settings Manager - Apply settings templates to projects") - .version("0.8.0"); + .version("0.9.0"); const applyCmd = program .command("apply")