We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77be328 + 3cb2be2 commit 4173827Copy full SHA for 4173827
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ccsettings",
3
- "version": "0.7.0",
+ "version": "0.8.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.7.0");
+ .version("0.8.0");
11
12
const applyCmd = program
13
.command("apply")
0 commit comments