version 0.2.2

This commit is contained in:
Eric Mastro 2022-09-05 16:28:47 +10:00 committed by Eric Mastro
parent 31ffc8992f
commit 01d277f801
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.2.1 & < 0.3.0"
requires "ethers >= 0.2.2 & < 0.3.0"
```
Usage

View File

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