Skip to content

Commit

Permalink
bump version;
Browse files Browse the repository at this point in the history
  • Loading branch information
Juicetan committed Sep 27, 2021
1 parent 2d7bdff commit 9d59bd3
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 @@ -7,7 +7,7 @@ var RouteCon = require('./controllers/routeController');
var ModelCon = require('./controllers/modelController');

cmd
.version('1.0.0')
.version('1.0.1')
.description('A NodeJS command line utility to assist in creating componentized VueJS applications.');

cmd.command('project [path]')
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": "mkvue",
"version": "1.0.0",
"version": "1.0.1",
"description": "A NodeJS command line utility to assist in the creation of VueJS applications.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 9d59bd3

Please sign in to comment.