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 15ed76e commit 8fff631Copy full SHA for 8fff631
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.6.0 & < 0.7.0"
+requires "ethers >= 0.7.0 & < 0.8.0"
18
```
19
20
Usage
ethers.nimble
@@ -1,4 +1,4 @@
1
-version = "0.6.0"
+version = "0.7.0"
2
author = "Nim Ethers Authors"
3
description = "library for interacting with Ethereum"
4
license = "MIT"
0 commit comments