Skip to content

Commit c13e3d8

Browse files
committed
Bump 1.4.8
1 parent 782a3d5 commit c13e3d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/cli-tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { App } = require('../main');
88
// init app
99
const app = new App({
1010
name: 'cli-tool',
11-
version: '1.4.7',
11+
version: '1.4.8',
1212
desc: 'application_desc',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
commands_sort: ['help', 'init', 'make', 'exec'],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/cli-tool",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "Design for quickly developing CLI applications using Node.js.",
55
"keywords": [
66
"cli",
@@ -63,4 +63,4 @@
6363
"lint"
6464
]
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)