From 524bda044baecdf1ead4f179bdad2b8706ae3a5a Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:31:47 +1100 Subject: [PATCH] chore: version 0.7.1 (#12) --- Readme.md | 2 +- contractabi.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index bd0de32..4399328 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ Use the [Nimble][2] package manager to add `contractabi` to an existing project. Add the following to its .nimble file: ```nim -requires "contractabi >= 0.6.0 & < 0.7.0" +requires "contractabi >= 0.7.1 & < 0.8.0" ``` Usage diff --git a/contractabi.nimble b/contractabi.nimble index 5a5f420..5756d1f 100644 --- a/contractabi.nimble +++ b/contractabi.nimble @@ -1,4 +1,4 @@ -version = "0.7.0" +version = "0.7.1" author = "Contract ABI Authors" description = "ABI Encoding for Ethereum contracts" license = "MIT"