Skip to content

Commit

Permalink
Bump version to: 0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
intuit-auto committed Feb 28, 2019
1 parent 8ddb52e commit 9552fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1"
"version": "0.0.2"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easily comment on github issues and PRs from the CLI",
"main": "cli.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"arg": "^4.1.0",
"commently": "^0.0.1",
"commently": "^0.0.2",
"log-symbols": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easily comment on github issues and PRs",
"main": "dist/core.js",
"scripts": {
Expand Down

0 comments on commit 9552fc2

Please sign in to comment.