Skip to content

Commit daebd4c

Browse files
committed
Bump 0.13.1
1 parent d4c794f commit daebd4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)