Skip to content

Commit

Permalink
Bump 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Apr 19, 2024
1 parent 6e9e913 commit 3f1cc46
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.16",
"@axiosleo/koapp": "^1.0.17",
"@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.16',
version: '1.0.17',
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.16",
"version": "1.0.17",
"description": "",
"author": "AxiosLeo",
"bin": {
Expand Down

0 comments on commit 3f1cc46

Please sign in to comment.