Skip to content

Commit

Permalink
Bump 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Nov 26, 2024
1 parent 48f10ce commit a9ab218
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.23",
"@axiosleo/koapp": "^1.0.24",
"@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.23',
version: '1.0.24',
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.23",
"version": "1.0.24",
"description": "",
"author": "AxiosLeo",
"bin": {
Expand Down

0 comments on commit a9ab218

Please sign in to comment.