openmanual 0.6.0 → 0.6.1

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/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1263,7 +1263,7 @@ var regenerateCommand = new Command4("_regenerate").description("\u5185\u90E8\u5
1263
1263
  // src/cli/bin.ts
1264
1264
  function getVersion() {
1265
1265
  if (true) {
1266
- return "0.6.0";
1266
+ return "0.6.1";
1267
1267
  }
1268
1268
  try {
1269
1269
  const __dirname = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmanual",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "author": "shenjingnan <sjn.code@gmail.com>",
5
5
  "description": "AI 友好的开源文档系统框架",
6
6
  "type": "module",