Bump version to use Nim 0.18.0 (stable) instead of 0.18.1 (not yet released).
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Package
|
||||
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Helper functions for writing command line interfaces."
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires @["nim >= 0.18.1", "docopt"]
|
||||
requires @["nim >= 0.18.0", "docopt"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user