version 0.1.6
This commit is contained in:
parent
fc0d5c4121
commit
0549800af6
|
@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
|
|||
project. Add the following to its .nimble file:
|
||||
|
||||
```nim
|
||||
requires "https://github.com/status-im/nim-ethers >= 0.1.5 & < 0.2.0"
|
||||
requires "https://github.com/status-im/nim-ethers >= 0.1.6 & < 0.2.0"
|
||||
```
|
||||
|
||||
Usage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue