Skip to content

Commit 9aee3de

Browse files
author
Celso Wo
committed
Changed to version 0.3.0
1 parent 9c2b0fd commit 9aee3de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lazy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const fs = require('fs');
77
const program = require('commander');
88
const cwd = process.cwd();
9-
const version = '0.0.3';
9+
const version = '0.3.0';
1010

1111
console.log(`\n [Lazy] Version ${version}`);
1212
console.log(`\n Checking lazy configuration...`);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazy-scaffolding",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A command line scaffolding engine for any kind of project",
55
"bin": {
66
"lazy": "lazy.js"

0 commit comments

Comments
 (0)