diff --git a/README.md b/README.md index 1184251..31dd4c7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/leopard.nimble b/leopard.nimble index a6e1d15..eaa42b3 100644 --- a/leopard.nimble +++ b/leopard.nimble @@ -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"