From 7911ac6c575c8862f91279d69bf32300407137f1 Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 26 Feb 2024 14:03:48 +0100 Subject: [PATCH] version 0.7.2 --- Readme.md | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7721872..1849274 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.7.1 & < 0.8.0" +requires "ethers >= 0.7.2 & < 0.8.0" ``` Usage diff --git a/ethers.nimble b/ethers.nimble index e841f74..e04bebd 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.7.1" +version = "0.7.2" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"