We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae7ee8 commit 6c69df2Copy full SHA for 6c69df2
bin/koapp.js
@@ -9,7 +9,7 @@ const app = new App({
9
name: 'koapp CLI',
10
desc: 'koapp application generator',
11
bin: 'koapp',
12
- version: '1.0.0-alpha.4',
+ version: '1.0.0',
13
commands_dir: path.join(__dirname, '../commands'),
14
});
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@axiosleo/koapp",
3
- "version": "1.0.0-alpha.4",
+ "version": "1.0.0",
4
"description": "",
5
"author": "AxiosLeo",
6
"bin": {
0 commit comments