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 88b25ae commit 16cdd3fCopy full SHA for 16cdd3f
README.md
@@ -39,7 +39,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp
39
This project is [released as an npm module](https://www.npmjs.com/package/@nibbstack/erc721). You must install it using the `npm` command:
40
41
```
42
-$ npm install @nibbstack/erc721@2.5.0
+$ npm install @nibbstack/erc721@2.6.1
43
44
45
### Source
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nibbstack/erc721",
3
- "version": "2.6.0",
+ "version": "2.6.1",
4
"description": "Reference implementation of the ERC-721 non-fungible token standard.",
5
"scripts": {
6
"test": "npx hardhat test",
0 commit comments