climemo 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ const program = new Command();
21
21
  program
22
22
  .name("climemo")
23
23
  .description("AI 시대의 프로젝트 지식 관리 도구")
24
- .version("0.3.0");
24
+ .version("0.3.2");
25
25
  // Auth commands
26
26
  program.addCommand(loginCommand);
27
27
  program.addCommand(logoutCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climemo",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "AI 시대의 프로젝트 지식 관리 도구 - CLI for syncing project knowledge",
5
5
  "license": "MIT",
6
6
  "repository": {