Skip to content

Commit d263cdc

Browse files
committed
Bump 1.5.0
no longer compatible with node:10
1 parent 6e0d613 commit d263cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22',
11+
version: '1.5.0',
1212
desc: 'application_desc',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
commands_sort: ['help', 'init', 'make', 'exec'],

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.4.22",
3+
"version": "1.5.0",
44
"description": "Design for quickly developing CLI applications using Node.js.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)