Skip to content

Commit

Permalink
release: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Realzzz1874 committed Aug 9, 2022
1 parent 4bf07d4 commit 2bb71d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TPLS = {
},
};

program.version("1.0.3");
program.version("1.0.4");
program
.command("init <tpl> <proj>")
.description("init tpl")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefast",
"version": "1.0.3",
"version": "1.0.4",
"description": "fast vue cli",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2bb71d4

Please sign in to comment.