Version 0.1.0

Using version number 0.1.0, so that we can introduce
non-breaking changes in 0.1.x versions, and breaking
changes in 0.2.0.
This commit is contained in:
Mark Spanbroek 2022-11-14 13:28:48 +01:00
parent 0d1bdf4f00
commit ae043fd262
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.2 & < 0.0.3"
requires "leopard >= 0.1.0 & < 0.2.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.0.2"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "A wrapper for Leopard-RS"
license = "Apache License 2.0 or MIT"