Skip to content

Commit

Permalink
Bump 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed May 5, 2024
1 parent 06b82cf commit 52916a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/cli-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { App } = require('..');
const app = new App({
name: 'Cli Tool',
bin: 'cli-tool',
version: '1.6.3',
version: '1.6.4',
desc: 'application_desc',
commands_dir: path.join(__dirname, '../commands'),
commands_sort: ['help', 'init', 'make', 'exec'],
Expand Down
2 changes: 1 addition & 1 deletion commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InitCommand extends Command {
},
'license': 'MIT',
'dependencies': {
'@axiosleo/cli-tool': '^1'
'@axiosleo/cli-tool': '^1.6.4'
},
'devDependencies': {
'eslint': '*'
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.6.3",
"version": "1.6.4",
"description": "Design for quickly developing CLI applications using Node.js.",
"keywords": [
"cli",
Expand Down

0 comments on commit 52916a2

Please sign in to comment.