publish : npm v0.4.1

This commit is contained in:
oof1lab
2017-12-06 18:20:46 +05:30
parent 1054fc529b
commit 6c82d31d8d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ program.on('--help', () => {
})
program
.version('0.4.0')
.version('0.4.1')
.option('-h, --host <n>', 'hostname / localhost by default')
.option('-u, --user <n>', 'username of database / root by default')
.option('-p, --password <n>', 'password of database / empty by default')