diff --git a/README.md b/README.md index 08a4e8a..1a94941 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ QML binding for the Nim programming language ## Requirements -* [DOtherside](https://github.com/filcuc/DOtherSide) 0.6.0 or higher +* [DOtherside](https://github.com/filcuc/DOtherSide) 0.6.3 or higher * [Nim](http://nim-lang.org/) 0.15.0 or higher ## Build instructions diff --git a/nimqml.nimble b/nimqml.nimble index 95c639f..e37c674 100644 --- a/nimqml.nimble +++ b/nimqml.nimble @@ -1,6 +1,6 @@ [Package] name = "nimqml" -version = "0.6.0" +version = "0.7.1" author = "Filippo Cucchetto" description = "QML bindings for Nim" license = "LGPLv3"