version 0.2.0

This commit is contained in:
Mark Spanbroek 2025-10-01 08:52:52 +00:00
parent b72ba314d1
commit 2ee1f8b4dd
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $ nimble install leopard
``` ```
In a project's `.nimble` file In a project's `.nimble` file
```nim ```nim
requires "leopard >= 0.1.0 & < 0.2.0" requires "leopard >= 0.2.0 & < 0.3.0"
``` ```
In a [nimbus-build-system](https://github.com/status-im/nimbus-build-system) project In a [nimbus-build-system](https://github.com/status-im/nimbus-build-system) project
```text ```text

View File

@ -1,7 +1,7 @@
mode = ScriptMode.Verbose mode = ScriptMode.Verbose
packageName = "leopard" packageName = "leopard"
version = "0.1.0" version = "0.2.0"
author = "Status Research & Development GmbH" author = "Status Research & Development GmbH"
description = "A wrapper for Leopard-RS" description = "A wrapper for Leopard-RS"
license = "Apache License 2.0 or MIT" license = "Apache License 2.0 or MIT"