Skip to content

Commit a9d6b6f

Browse files
committed
v0.6.3
1 parent c6cbb51 commit a9d6b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docopt.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Package]
22
name: "docopt"
3-
version: "0.6.2"
3+
version: "0.6.3"
44
author: "Oleh Prypin"
55
description: "Command line option parser that will make you smile"
66
license: "MIT"
77
srcDir: "src"
88
[Deps]
9-
requires: "nim >= 0.11.3"
9+
requires: "nim >= 0.14.0"

0 commit comments

Comments
 (0)