From bf2124533a36eadf3999c1ad6a2d8300114f5198 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 30 Oct 2015 12:52:30 +0200 Subject: [PATCH] v0.6.2 --- docopt.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docopt.nimble b/docopt.nimble index 114a952..f3ff4c9 100644 --- a/docopt.nimble +++ b/docopt.nimble @@ -1,9 +1,9 @@ [Package] name: "docopt" -version: "0.6.1" +version: "0.6.2" author: "Oleh Prypin" description: "Command line option parser that will make you smile" license: "MIT" srcDir: "src" [Deps] -requires: "nim >= 0.10.3" \ No newline at end of file +requires: "nim >= 0.11.3"