From 2808a05488152c8b438d947dc871445164fa1278 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 28 Nov 2024 16:15:40 +0100 Subject: [PATCH] version 0.10.2 --- Readme.md | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index ae340f1..1ffcf2b 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 "ethers >= 0.10.0 & < 0.11.0" +requires "ethers >= 0.10.2 & < 0.11.0" ``` Usage diff --git a/ethers.nimble b/ethers.nimble index bd56466..95a4428 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.10.1" +version = "0.10.2" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"