We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25de86 commit fd16d71Copy full SHA for fd16d71
Readme.md
@@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
14
project. Add the following to its .nimble file:
15
16
```nim
17
-requires "ethers >= 0.7.0 & < 0.8.0"
+requires "ethers >= 0.7.1 & < 0.8.0"
18
```
19
20
Usage
ethers.nimble
@@ -1,4 +1,4 @@
1
-version = "0.7.0"
+version = "0.7.1"
2
author = "Nim Ethers Authors"
3
description = "library for interacting with Ethereum"
4
license = "MIT"
0 commit comments