Skip to content

Commit 4173827

Browse files
authored
Merge pull request #7 from dyoshikawa/release/v0.8.0
Release v0.8.0
2 parents 77be328 + 3cb2be2 commit 4173827

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.7.0",
3+
"version": "0.8.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.7.0");
10+
.version("0.8.0");
1111

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

0 commit comments

Comments
 (0)