From 4ed613523b62b6d40c49b85ce177768aeb0c85d6 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 11 May 2018 21:33:57 -0500 Subject: [PATCH] toUpper moved to unicode module. --- cliutils.nim | 2 +- cliutils.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cliutils.nim b/cliutils.nim index cacea76..a5c83e5 100644 --- a/cliutils.nim +++ b/cliutils.nim @@ -1,4 +1,4 @@ -import docopt, json, osproc, posix, nre, streams, strutils, strtabs +import docopt, json, osproc, posix, nre, streams, strutils, strtabs, unicode import os except sleep type diff --git a/cliutils.nimble b/cliutils.nimble index 54f5338..035806d 100644 --- a/cliutils.nimble +++ b/cliutils.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.2" +version = "0.3.3" author = "Jonathan Bernard" description = "Helper functions for writing command line interfaces." license = "MIT"