version 0.10.2

This commit is contained in:
Marcin Czenko 2024-11-28 16:15:40 +01:00
parent 5c93971f97
commit 2808a05488
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
2 changed files with 2 additions and 2 deletions

View File

@ -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 "ethers >= 0.10.0 & < 0.11.0"
requires "ethers >= 0.10.2 & < 0.11.0"
```
Usage

View File

@ -1,4 +1,4 @@
version = "0.10.1"
version = "0.10.2"
author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"