From ac74b91f11bb8511ab9e7cc3075f0267415c3006 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Mar 2022 10:27:11 +0200 Subject: [PATCH] version 0.1.3 --- Readme.md | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 355ab4b..afb108e 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/ethers.nimble b/ethers.nimble index b5fd064..f50f88c 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.1.2" +version = "0.1.3" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"