Skip to content

Commit f37aa91

Browse files
committed
chore: 버전 0.1.4로 업데이트
1 parent 16098d3 commit f37aa91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/claude-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kood/claude-code",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Claude Code documentation installer for projects",
55
"type": "module",
66
"bin": "./dist/index.js",

packages/claude-code/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const program = new Command();
88
program
99
.name('claude-code')
1010
.description('Claude Code documentation installer for projects')
11-
.version('0.1.2');
11+
.version('0.1.4');
1212

1313
program
1414
.option(

0 commit comments

Comments
 (0)