Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo authored and spalladino committed Oct 22, 2018
1 parent 54268bf commit b047d28
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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 package.json
@@ -1,6 +1,6 @@
{
"name": "openzeppelin-eth",
"version": "2.0.1",
"version": "2.0.2",
"description": "Secure Smart Contract library for Solidity",
"files": [
"build",
Expand Down
2 changes: 1 addition & 1 deletion zos.json
Expand Up @@ -2,7 +2,7 @@
"zosversion": "2",
"name": "openzeppelin-eth",
"publish": true,
"version": "2.0.0",
"version": "2.0.2",
"contracts": {
"StandaloneERC20": "StandaloneERC20",
"StandaloneERC721": "StandaloneERC721",
Expand Down
2 changes: 1 addition & 1 deletion zos.kovan.json
Expand Up @@ -828,5 +828,5 @@
"provider": {
"address": "0xb62ad03204ec3f83962e544e6eaf94e0846c2a91"
},
"version": "2.0.0"
"version": "2.0.2"
}
4 changes: 2 additions & 2 deletions zos.mainnet.json
Expand Up @@ -828,5 +828,5 @@
"provider": {
"address": "0xe112c84df5aa27cd151b27e2802254638db42781"
},
"version": "2.0.0"
}
"version": "2.0.2"
}
4 changes: 2 additions & 2 deletions zos.rinkeby.json
Expand Up @@ -828,5 +828,5 @@
"provider": {
"address": "0xfe9def739bec5bf646605ac32b2052b58f4b6630"
},
"version": "2.0.0"
}
"version": "2.0.2"
}
4 changes: 2 additions & 2 deletions zos.ropsten.json
Expand Up @@ -828,5 +828,5 @@
"provider": {
"address": "0x7c950f2c091bee552de53a0aeaea87a2f29f6534"
},
"version": "2.0.0"
}
"version": "2.0.2"
}

0 comments on commit b047d28

Please sign in to comment.