diff --git a/README.md b/README.md index 12874e9..3b8d59c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp This project is [released as an npm module](https://www.npmjs.com/package/@nibbstack/erc721). You must install it using the `npm` command: ``` -$ npm install @nibbstack/erc721@2.5.0 +$ npm install @nibbstack/erc721@2.6.1 ``` ### Source diff --git a/package.json b/package.json index f7433f9..f39dc32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nibbstack/erc721", - "version": "2.6.0", + "version": "2.6.1", "description": "Reference implementation of the ERC-721 non-fungible token standard.", "scripts": { "test": "npx hardhat test",