Skip to content

Commit

Permalink
Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Feb 6, 2024
1 parent aae7ee8 commit 6c69df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: '1.0.0-alpha.4',
version: '1.0.0',
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.0-alpha.4",
"version": "1.0.0",
"description": "",
"author": "AxiosLeo",
"bin": {
Expand Down

0 comments on commit 6c69df2

Please sign in to comment.