Skip to content

Commit 53ac8ef

Browse files
committed
Bump 0.11.5
1 parent c8b3a47 commit 53ac8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/orm-mysql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const app = new App({
99
name: 'MySQL ORM CLI',
1010
desc: 'migrate, model, seed, etc.',
1111
bin: 'orm-mysql',
12-
version: '0.11.4',
12+
version: '0.11.5',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
});
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/orm-mysql",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"description": "MySQL ORM tool",
55
"keywords": [
66
"mysql",

0 commit comments

Comments
 (0)