aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-10-09 22:59:20 -0700
committerTimothee Cour <timothee.cour2@gmail.com>2018-10-10 00:14:15 -0700
commit3895aad415200b954bec2b9a6526c05c3d675252 (patch)
tree0c37215e3d1ea51d0d3e4af73e36bdb27917d00e
parent050616f9417794568c8b194c4c124ec6d9a5f4cd (diff)
downloadnimpb-3895aad415200b954bec2b9a6526c05c3d675252.tar.gz
nimpb-3895aad415200b954bec2b9a6526c05c3d675252.zip
bump version
-rw-r--r--nimpb.nimble4
1 files 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