Skip to content

Commit

Permalink
Bump 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Feb 1, 2024
1 parent 1241ac1 commit 29fac65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: '0.6.4',
version: '1.0.0-alpha.2',
commands_dir: path.join(__dirname, '../commands'),
});

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/koapp",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "",
"author": "AxiosLeo",
"bin": {
Expand All @@ -25,7 +25,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@axiosleo/cli-tool": "^1.6.0",
"@axiosleo/cli-tool": "^1.6.1",
"json-schema-to-typescript": "^13.1.2",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
Expand Down

0 comments on commit 29fac65

Please sign in to comment.