Bump version to use Nim 0.18.0 (stable) instead of 0.18.1 (not yet released).
This commit is contained in:
parent
4ed613523b
commit
6dc4eead3b
@ -1,5 +1,7 @@
|
|||||||
import docopt, json, osproc, posix, nre, streams, strutils, strtabs, unicode
|
import docopt, json, osproc, posix, nre, streams, strtabs, unicode
|
||||||
import os except sleep
|
import os except sleep
|
||||||
|
import strutils except toUpper, toLower
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
CombinedConfig* = object
|
CombinedConfig* = object
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Helper functions for writing command line interfaces."
|
description = "Helper functions for writing command line interfaces."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires @["nim >= 0.18.1", "docopt"]
|
requires @["nim >= 0.18.0", "docopt"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user