Skip to content

Commit cd51a0d

Browse files
committed
Bump 0.11.0
1 parent a13b796 commit cd51a0d

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.10.15',
12+
version: '0.11.0',
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.10.15",
3+
"version": "0.11.0",
44
"description": "MySQL ORM tool",
55
"keywords": [
66
"mysql",

0 commit comments

Comments
 (0)