Skip to content

Commit b5cd4c1

Browse files
committed
Bump 1.6.7
1 parent 0fab523 commit b5cd4c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/cli-tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { App } = require('..');
99
const app = new App({
1010
name: 'Cli Tool',
1111
bin: 'cli-tool',
12-
version: '1.6.6',
12+
version: '1.6.7',
1313
desc: 'application_desc',
1414
commands_dir: path.join(__dirname, '../commands'),
1515
commands_sort: ['help', 'init', 'make', 'exec'],

commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class InitCommand extends Command {
3434
},
3535
'license': 'MIT',
3636
'dependencies': {
37-
'@axiosleo/cli-tool': '^1.6.6'
37+
'@axiosleo/cli-tool': '^1.6.7'
3838
},
3939
'devDependencies': {
4040
'eslint': '*'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/cli-tool",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "Design for quickly developing CLI applications using Node.js.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)