diff --git a/index.js b/index.js index f654904..936cc24 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ const TPLS = { }, }; -program.version("1.0.3"); +program.version("1.0.4"); program .command("init ") .description("init tpl") diff --git a/package.json b/package.json index 0c0f0dd..7f57dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefast", - "version": "1.0.3", + "version": "1.0.4", "description": "fast vue cli", "main": "index.js", "scripts": {