From 18a401886d5833b7fb26a2b9121497197811c1c5 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 31 Jan 2015 18:05:13 -0500 Subject: [PATCH] Bump version number --- nre.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nre.nimble b/nre.nimble index afdfbd6d4b..232c46493c 100644 --- a/nre.nimble +++ b/nre.nimble @@ -1,11 +1,11 @@ [Package] name = "nre" author = "Flaviu Tamas" -version = "0.5.0" +version = "0.6.0" description = "Yet another PCRE library" license = "MIT" srcDir = "src" [Deps] Requires: "nim >= 0.10.0" -Requires: "optional_t >= 1.1.0" +Requires: "optional_t >= 1.2.0"