Skip to content

Commit

Permalink
Bump 1.6.2
Browse files Browse the repository at this point in the history
- deps: require big.js package
- feat: add convert helper methods
  • Loading branch information
AxiosLeo committed Feb 23, 2024
1 parent fe66d79 commit b388b68
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
Expand Up @@ -9,7 +9,7 @@ const { App } = require('..');
const app = new App({
name: 'Cli Tool',
bin: 'cli-tool',
version: '1.6.1',
version: '1.6.2',
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
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/cli-tool",
"version": "1.6.1",
"version": "1.6.2",
"description": "Design for quickly developing CLI applications using Node.js.",
"keywords": [
"cli",
Expand Down

0 comments on commit b388b68

Please sign in to comment.