We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb12fe commit c6b32a1Copy full SHA for c6b32a1
README.md
@@ -36,7 +36,7 @@ There are also test mocks which can be seen [here](src/tests/mocks). These are s
36
This project is [released as an npm module](https://www.npmjs.com/package/@0xcert/ethereum-erc721). You must install it using the `npm` command:
37
38
```
39
-$ npm install @0xcert/ethereum-erc721@2.0.0-rc1
+$ npm install @0xcert/ethereum-erc721@2.0.0
40
41
42
### Source
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@0xcert/ethereum-erc721",
3
- "version": "2.0.0-rc1",
+ "version": "2.0.0",
4
"description": "Non-fungible token standard implementation for the Ethereum blockchain.",
5
"scripts": {
6
"compile": "specron compile",
0 commit comments