Skip to content

Commit 82519f3

Browse files
Release v0.6.0 (#5)
* Bump version to 0.6.0 * Update package.json version to 0.6.0 --------- Co-authored-by: cm-dyoshikawa <yoshikawa.daio@classmethod.jp>
1 parent 68eb466 commit 82519f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ccsettings",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "CLI tool for applying Claude Code configuration templates on a per-project basis",
55
"keywords": [
66
"claude-code",

src/cli/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function main(): Promise<void> {
77
program
88
.name("ccsettings")
99
.description("Claude Code Settings Manager - Apply settings templates to projects")
10-
.version("0.5.0");
10+
.version("0.6.0");
1111

1212
const applyCmd = program
1313
.command("apply")

0 commit comments

Comments
 (0)