Skip to content

Commit e898b91

Browse files
committed
Bump 1.0.19
1 parent c1acdcc commit e898b91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/tmpl/services/package.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"node": ">=16.0.0"
2121
},
2222
"dependencies": {
23-
"@axiosleo/koapp": "^1.0.18",
23+
"@axiosleo/koapp": "^1.0.19",
2424
"@axiosleo/orm-mysql": "^0.10.3",
2525
"cluster": "^0.7.7",
2626
"dotenv": "^16.4.5"

bin/koapp.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: 'koapp CLI',
1010
desc: 'koapp application generator',
1111
bin: 'koapp',
12-
version: '1.0.18',
12+
version: '1.0.19',
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/koapp",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "",
55
"author": "AxiosLeo",
66
"bin": {

0 commit comments

Comments
 (0)