zant-admin 2.0.4 → 2.0.5

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -16,7 +16,7 @@ const program = new Command();
16
16
  program
17
17
  .name('zant-admin')
18
18
  .description('基于 Vue 3.5 + Vite + Ant Design Vue 的前端管理系统脚手架')
19
- .version('2.0.4');
19
+ .version('2.0.5');
20
20
 
21
21
  // 创建项目命令
22
22
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zant-admin",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "基于 Vue 3.5 + Vite + Ant Design Vue 的前端管理系统脚手架",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {