From dbf40c18976dc0959327efc8487ee3d1d7014dc4 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 9 Oct 2025 05:16:17 +0000 Subject: [PATCH] version 0.2.1 --- README.md | 2 +- leopard.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8cc98..11f2774 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ nimble install leopard ``` In a project's `.nimble` file ```nim -requires "leopard >= 0.2.0 & < 0.3.0" +requires "leopard >= 0.2.1 & < 0.3.0" ``` In a [nimbus-build-system](https://github.com/status-im/nimbus-build-system) project ```text diff --git a/leopard.nimble b/leopard.nimble index 272b777..17cea9e 100644 --- a/leopard.nimble +++ b/leopard.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "leopard" -version = "0.2.0" +version = "0.2.1" author = "Status Research & Development GmbH" description = "A wrapper for Leopard-RS" license = "Apache License 2.0 or MIT"