Skip to content

Commit

Permalink
fix: set inital version of app/script to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 29, 2017
1 parent 0df9cca commit 260ce7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= botName %>",
"version": "0.0.0",
"version": "1.0.0",
"private": true,

"author": "<%= botOwner %>",
Expand Down
2 changes: 1 addition & 1 deletion generators/script/templates/_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "<%= appname %>",
"description": "<%= scriptDescription %>",
"version": "0.0.0",
"version": "1.0.0",
"author": "<%= scriptOwner %>",
"license": "MIT",

Expand Down

0 comments on commit 260ce7d

Please sign in to comment.