version 0.2.1

This commit is contained in:
Mark Spanbroek 2025-10-09 05:16:17 +00:00
parent 2cdbf19f54
commit dbf40c1897
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"