From 077f0c3ed00bd06d0647b7492ba29bce40c28425 Mon Sep 17 00:00:00 2001 From: cm-dyoshikawa Date: Mon, 28 Jul 2025 19:40:51 -0700 Subject: [PATCH 1/2] Update version to 0.7.0 in CLI --- src/cli/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/main.ts b/src/cli/main.ts index a4b9d52..675a264 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.6.0"); + .version("0.7.0"); const applyCmd = program .command("apply") From adb548066b036d4eacf75b85e3ddb688353175ff Mon Sep 17 00:00:00 2001 From: cm-dyoshikawa Date: Mon, 28 Jul 2025 19:41:29 -0700 Subject: [PATCH 2/2] Bump version to 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f9bfa5..fd3098a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccsettings", - "version": "0.6.0", + "version": "0.7.0", "description": "CLI tool for applying Claude Code configuration templates on a per-project basis", "keywords": [ "claude-code",