From 9ea526814d80ad16430c21334774981f6ad73de8 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Aug 2023 12:04:20 +0200 Subject: [PATCH] version 0.6.0 possibly breaking changes in nimcrypto, which was updated from 0.5.4 to 0.6.0 --- Readme.md | 2 +- contractabi.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dfc0552..bd0de32 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.5.0 & < 0.6.0" +requires "contractabi >= 0.6.0 & < 0.7.0" ``` Usage diff --git a/contractabi.nimble b/contractabi.nimble index dea1a7e..29f6133 100644 --- a/contractabi.nimble +++ b/contractabi.nimble @@ -1,4 +1,4 @@ -version = "0.5.0" +version = "0.6.0" author = "Contract ABI Authors" description = "ABI Encoding for Ethereum contracts" license = "MIT"