mozi-bot 1.1.0 → 1.1.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.
package/dist/cli/index.js CHANGED
@@ -17,7 +17,7 @@ const program = new Command();
17
17
  program
18
18
  .name("mozi")
19
19
  .description("Mozi - 支持国产模型和国产通讯软件的智能助手机器人")
20
- .version("1.0.0");
20
+ .version("1.1.1");
21
21
  // 启动命令
22
22
  program
23
23
  .command("start")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozi-bot",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "支持国产模型和国产通讯软件的智能助手机器人",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",