Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevsul committed Oct 4, 2018
1 parent a23ad10 commit 23d159f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.1.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integration-tests",
"private": true,
"version": "1.0.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"omg-js-childchain": "^0.1.0",
"omg-js-rootchain": "^0.1.0"
"omg-js-childchain": "^0.1.1",
"omg-js-rootchain": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/omg-js-childchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js-childchain",
"version": "0.1.0",
"version": "0.1.1",
"description": "Module to interact with OMG ChildChain",
"main": "src/index.js",
"author": "OmiseGo",
Expand All @@ -26,7 +26,7 @@
"js-sha3": "^0.8.0",
"json-bigint": "^0.3.0",
"node-fetch": "^2.2.0",
"omg-js-util": "^0.1.0",
"omg-js-util": "^0.1.1",
"rlp": "^2.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/omg-js-rootchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js-rootchain",
"version": "0.1.0",
"version": "0.1.1",
"description": "Module to interact with the Ethereum RootChain",
"main": "src/index.js",
"author": "OmiseGo",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"debug": "^4.0.1",
"omg-js-util": "^0.1.0",
"omg-js-util": "^0.1.1",
"web3-eth": "^1.0.0-beta.36",
"web3-utils": "^1.0.0-beta.36"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/omg-js-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js-util",
"version": "0.1.0",
"version": "0.1.1",
"description": "OMG util module",
"main": "src/index.js",
"author": "OmiseGo",
Expand Down
8 changes: 4 additions & 4 deletions packages/omg-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "JavaScript Library to interact with OMG Network",
"main": "src/index.js",
"author": "OmiseGo",
Expand All @@ -17,8 +17,8 @@
"url": "https://github.com/omisego/omg-js/issues"
},
"dependencies": {
"omg-js-childchain": "^0.1.0",
"omg-js-rootchain": "^0.1.0",
"omg-js-util": "^0.1.0"
"omg-js-childchain": "^0.1.1",
"omg-js-rootchain": "^0.1.1",
"omg-js-util": "^0.1.1"
}
}

0 comments on commit 23d159f

Please sign in to comment.