@zr-ovo/devforge 0.1.2 → 0.1.3

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
@@ -8,7 +8,7 @@ const config_1 = require("./commands/config");
8
8
  const art_1 = require("./utils/art");
9
9
  const ui_1 = require("./ui");
10
10
  const theme_1 = require("./ui/theme");
11
- const VERSION = '0.1.2';
11
+ const VERSION = '0.1.3';
12
12
  async function main() {
13
13
  const args = process.argv.slice(2);
14
14
  const command = args[0] || '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zr-ovo/devforge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AI Native Workspace Orchestrator — 用 AI 为项目发现并安装 Claude Code Skills",
5
5
  "main": "dist/index.js",
6
6
  "bin": {