Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Nov 18, 2019
1 parent 76cc7b3 commit 2f276f6
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.1.0"
"version": "0.1.1"
}
4 changes: 2 additions & 2 deletions packages/indy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indy-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "An automatic regression finder and hotfix tester for Node modules.",
"main": "dist/indy-cli.cjs.js",
"module": "dist/indy-cli.esm.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"commander": "^2.19.0",
"indy-core": "^0.1.0"
"indy-core": "^0.1.1"
},
"scripts": {
"build": "rollup -c"
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indy-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "An automatic regression finder and hotfix tester for Node modules.",
"main": "dist/indy-core.cjs.js",
"module": "dist/indy-core.esm.js",
Expand Down

0 comments on commit 2f276f6

Please sign in to comment.