Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
15708cebdf |
2
ptk.nim
2
ptk.nim
@ -380,7 +380,7 @@ Options:
|
||||
let now = getLocalTime(getTime())
|
||||
|
||||
# Parse arguments
|
||||
let args = docopt(doc, version = "ptk 0.9.0")
|
||||
let args = docopt(doc, version = "ptk 0.10.0")
|
||||
|
||||
if args["--echo-args"]: echo $args
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
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"]
|
||||
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.0", "isaac >= 0.1.2"]
|
||||
|
||||
|
Reference in New Issue
Block a user