Skip to content

Commit 6c69df2

Browse files
committed
Bump 1.0.0
1 parent aae7ee8 commit 6c69df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/koapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const app = new App({
99
name: 'koapp CLI',
1010
desc: 'koapp application generator',
1111
bin: 'koapp',
12-
version: '1.0.0-alpha.4',
12+
version: '1.0.0',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
});
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/koapp",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0",
44
"description": "",
55
"author": "AxiosLeo",
66
"bin": {

0 commit comments

Comments
 (0)