We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb466 commit 82519f3Copy full SHA for 82519f3
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ccsettings",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"description": "CLI tool for applying Claude Code configuration templates on a per-project basis",
5
"keywords": [
6
"claude-code",
src/cli/main.ts
@@ -7,7 +7,7 @@ export async function main(): Promise<void> {
7
program
8
.name("ccsettings")
9
.description("Claude Code Settings Manager - Apply settings templates to projects")
10
- .version("0.5.0");
+ .version("0.6.0");
11
12
const applyCmd = program
13
.command("apply")
0 commit comments