diff --git a/bump.nimble b/bump.nimble index 97840ff..33ec6bc 100644 --- a/bump.nimble +++ b/bump.nimble @@ -1,9 +1,9 @@ -version = "1.8.32" +version = "1.8.33" author = "disruptek" description = "a tiny tool to bump nimble versions" license = "MIT" requires "https://github.com/disruptek/cutelog >= 2.0.0 & < 3.0.0" -requires "https://github.com/disruptek/cligen >= 2.0.1 & < 3.0.0" +requires "https://github.com/disruptek/cligen >= 2.0.2 & < 3.0.0" bin = @["bump"]