Skip to content

Commit c6b32a1

Browse files
committed
Set final version
1 parent dcb12fe commit c6b32a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are also test mocks which can be seen [here](src/tests/mocks). These are s
3636
This project is [released as an npm module](https://www.npmjs.com/package/@0xcert/ethereum-erc721). You must install it using the `npm` command:
3737

3838
```
39-
$ npm install @0xcert/[email protected]-rc1
39+
$ npm install @0xcert/[email protected]
4040
```
4141

4242
### Source

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xcert/ethereum-erc721",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0",
44
"description": "Non-fungible token standard implementation for the Ethereum blockchain.",
55
"scripts": {
66
"compile": "specron compile",

0 commit comments

Comments
 (0)