Skip to content

Commit

Permalink
Bump 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jul 31, 2024
1 parent 9c8c344 commit 60e757a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/tmpl/services/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@axiosleo/koapp": "^1.0.19",
"@axiosleo/koapp": "^1.0.20",
"@axiosleo/orm-mysql": "^0.10.3",
"cluster": "^0.7.7",
"dotenv": "^16.4.5"
Expand Down
2 changes: 1 addition & 1 deletion bin/koapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = new App({
name: 'koapp CLI',
desc: 'koapp application generator',
bin: 'koapp',
version: '1.0.19',
version: '1.0.20',
commands_dir: path.join(__dirname, '../commands'),
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/koapp",
"version": "1.0.19",
"version": "1.0.20",
"description": "",
"author": "AxiosLeo",
"bin": {
Expand Down

0 comments on commit 60e757a

Please sign in to comment.