Skip to content

Commit

Permalink
Bump 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed May 22, 2022
1 parent 1865def commit ee6553d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { App } = require('../main');
// init app
const app = new App({
name: 'cli-tool',
version: '1.4.6',
version: '1.4.7',
desc: 'application_desc',
commands_dir: path.join(__dirname, '../commands'),
commands_sort: ['help', 'init', 'make', 'exec'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/cli-tool",
"version": "1.4.6",
"version": "1.4.7",
"description": "Design for quickly developing CLI applications using Node.js.",
"keywords": [
"cli",
Expand Down

0 comments on commit ee6553d

Please sign in to comment.