From 740257d7442a285ca803995462798ed2be41d915 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Sun, 15 Feb 2015 14:46:00 +0100 Subject: [PATCH] Updated the .nimble file --- Nim/NimQml/NimQml.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nim/NimQml/NimQml.nimble b/Nim/NimQml/NimQml.nimble index ef79830..ab57634 100644 --- a/Nim/NimQml/NimQml.nimble +++ b/Nim/NimQml/NimQml.nimble @@ -1,6 +1,6 @@ [Package] name = "NimQml" -version = "0.2.0" +version = "0.3.0" author = "Filippo Cucchetto, Will Szumski" description = "QML bindings for Nimrod" license = "GPLv3"