This commit is contained in:
Michael Bradley, Jr 2022-06-18 10:55:38 -05:00
parent 980109a73e
commit c4ecdd3499
No known key found for this signature in database
GPG Key ID: 9FCA591DA4CE7D0D
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.0.1 & < 0.0.2"
requires "leopard >= 0.0.2 & < 0.0.3"
```
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.0.1"
version = "0.0.2"
author = "Status Research & Development GmbH"
description = "A wrapper for Leopard-RS"
license = "Apache License 2.0 or MIT"