Bump library version to compile under Nim 0.18

This commit is contained in:
Jonathan Bernard 2018-04-02 14:25:47 -05:00
parent ee733957c6
commit 4a878026d8
2 changed files with 3 additions and 3 deletions

View File

@ -387,7 +387,7 @@ Options:
let now = getLocalTime(getTime())
# Parse arguments
let args = docopt(doc, version = "ptk 0.11.0")
let args = docopt(doc, version = "ptk 0.11.1")
if args["--echo-args"]: echo $args

View File

@ -1,6 +1,6 @@
# Package
version = "0.11.0"
version = "0.11.1"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"
@ -8,5 +8,5 @@ bin = @["ptk"]
# Dependencies
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.0", "isaac >= 0.1.2"]
requires @["nim >= 0.18.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.2", "isaac >= 0.1.2"]