Skip to content

Commit 1ae2cd4

Browse files
committed
version 0.10.0
This is a breaking change. Calling .confirm(0) is no longer supported; you need at least 1 confirmation.
1 parent e9d862c commit 1ae2cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

+1-1
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.9.0 & < 0.10.0"
17+
requires "ethers >= 0.10.0 & < 0.11.0"
1818
```
1919

2020
Usage

ethers.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.9.1"
1+
version = "0.10.0"
22
author = "Nim Ethers Authors"
33
description = "library for interacting with Ethereum"
44
license = "MIT"

0 commit comments

Comments
 (0)