Skip to content

Commit 6c876b0

Browse files
committed
Bump 0.14.4
1 parent cee78f1 commit 6c876b0

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

0 commit comments

Comments
 (0)