From 3895aad415200b954bec2b9a6526c05c3d675252 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 9 Oct 2018 22:59:20 -0700 Subject: bump version --- nimpb.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nimpb.nimble b/nimpb.nimble index e2a4168..4879e2f 100644 --- a/nimpb.nimble +++ b/nimpb.nimble @@ -1,4 +1,4 @@ -version = "0.1.0" +version = "0.2.0" author = "Oskari Timperi" description = "protobuf library for Nim" license = "MIT" @@ -7,7 +7,7 @@ skipDirs = @["examples", "tests", "protobuf-3.5.1"] bin = @["nimpb/compiler/nimpb_build"] -requires "nim >= 0.18.0" +requires "nim >= 0.19.0" # Hard dependency for now. In the future we could make nimpb_protoc download # stuff on-demand which would make the dependency a bit lighter. Especially -- cgit v1.2.3