From 415acdb19ad1d5a1defcf584e459c6fa3f887fe6 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 19 Mar 2016 11:22:09 +0100 Subject: [PATCH] Forgot to update nimble version to 0.3.0, did this. --- nimyaml.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimyaml.nimble b/nimyaml.nimble index 418e491..c3cebf8 100644 --- a/nimyaml.nimble +++ b/nimyaml.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.0" +version = "0.3.0" author = "Felix Krause" description = "YAML 1.2 implementation for Nim" license = "MIT"