Prepare 1.1.0 release

This commit is contained in:
2026-06-14 08:48:11 -05:00
parent 176fa46816
commit 0976f02020
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Package
version = "1.0.0"
version = "1.1.0"
author = "Jonathan Bernard"
description = "Simple Nim CLI for retrieving Biblical passages"
license = "MIT"
+1 -1
View File
@@ -146,7 +146,7 @@ Options:
try:
# Parse arguments
let args = docopt(USAGE, version = "1.0.0")
let args = docopt(USAGE, version = "1.1.0")
if args["--debug"]:
consoleLogger.levelThreshold = lvlDebug