Skip to content

Commit

Permalink
Bump 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Feb 1, 2024
1 parent 3f73413 commit 0e70f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/orm-mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = new App({
name: 'MySQL ORM CLI',
desc: 'migrate, model, seed, etc.',
bin: 'orm-mysql',
version: '0.8.6',
version: '0.9.0',
commands_dir: path.join(__dirname, '../commands'),
});

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/orm-mysql",
"version": "0.8.6",
"version": "0.9.0",
"description": "MySQL ORM tool",
"keywords": [
"mysql",
Expand Down

0 comments on commit 0e70f0b

Please sign in to comment.