From 16cdd3f7f616e06e9a3674d2563fe856b7100ef1 Mon Sep 17 00:00:00 2001 From: Kristijan Sedlak Date: Thu, 2 Dec 2021 09:25:09 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",