version 0.1.3

This commit is contained in:
Mark Spanbroek 2022-03-29 10:27:11 +02:00 committed by markspanbroek
parent c49a9cbae9
commit ac74b91f11
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 "https://github.com/status-im/nim-ethers >= 0.1.2 & < 0.2.0"
requires "https://github.com/status-im/nim-ethers >= 0.1.3 & < 0.2.0"
```
Usage

View File

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