Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Apr 10, 2019
1 parent 8bee1ad commit 9d363c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0"
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/evm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/evm-storage-proofs",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"@aragon/apps-shared-minime": "^1.0.0",
"@aragon/test-helpers": "^1.0.1",
"@aragon/web3-proofs": "^1.0.0",
"@aragon/web3-proofs": "^0.1.0",
"rlp": "^2.1.0",
"truffle": "^4.1.14",
"web3-utils": "^1.0.0-beta.36"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-proofs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-proofs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/web3-proofs",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 9d363c8

Please sign in to comment.