Skip to content

Commit 16cdd3f

Browse files
committed
Update readme
1 parent 88b25ae commit 16cdd3f

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
@@ -39,7 +39,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp
3939
This project is [released as an npm module](https://www.npmjs.com/package/@nibbstack/erc721). You must install it using the `npm` command:
4040

4141
```
42-
$ npm install @nibbstack/erc721@2.5.0
42+
$ npm install @nibbstack/erc721@2.6.1
4343
```
4444

4545
### Source

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nibbstack/erc721",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Reference implementation of the ERC-721 non-fungible token standard.",
55
"scripts": {
66
"test": "npx hardhat test",

0 commit comments

Comments
 (0)