Skip to content

Commit

Permalink
Merge pull request #290 from xpepermint/master
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
xpepermint committed Dec 2, 2021
2 parents b7a4955 + 16cdd3f commit 198dec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 198dec9

Please sign in to comment.