version 0.1.7

This commit is contained in:
Eric Mastro 2022-05-23 11:31:16 +10:00
parent c5c9534876
commit 270d358b86
No known key found for this signature in database
GPG Key ID: 141E3048D95A4E63
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: project. Add the following to its .nimble file:
```nim ```nim
requires "https://github.com/status-im/nim-ethers >= 0.1.6 & < 0.2.0" requires "https://github.com/status-im/nim-ethers >= 0.1.7 & < 0.2.0"
``` ```
Usage Usage

View File

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