Skip to content

Commit fd16d71

Browse files
committed
version 0.7.1
1 parent c25de86 commit fd16d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
1414
project. Add the following to its .nimble file:
1515

1616
```nim
17-
requires "ethers >= 0.7.0 & < 0.8.0"
17+
requires "ethers >= 0.7.1 & < 0.8.0"
1818
```
1919

2020
Usage

ethers.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.7.0"
1+
version = "0.7.1"
22
author = "Nim Ethers Authors"
33
description = "library for interacting with Ethereum"
44
license = "MIT"

0 commit comments

Comments
 (0)