Skip to content

Commit

Permalink
Bump 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jan 15, 2025
1 parent 260e6f7 commit 5171a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.3',
version: '0.11.4',
commands_dir: path.join(__dirname, '../commands'),
});

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/orm-mysql",
"version": "0.11.3",
"version": "0.11.4",
"description": "MySQL ORM tool",
"keywords": [
"mysql",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/AxiosLeo/node-orm-mysql"
},
"devDependencies": {
"@types/node": "^20.11.36",
"@types/node": "^20.11.46",
"chai": "^5.0.3",
"eslint": "^8.56.0",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 5171a38

Please sign in to comment.