diff --git a/data_uri.nimble b/data_uri.nimble index 8e49189..5b347fc 100644 --- a/data_uri.nimble +++ b/data_uri.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.1" +version = "1.0.2" author = "Jonathan Bernard" description = "Utility for managing data-uris: transforming data to and from, etc." license = "GPL-3.0-only" @@ -13,7 +13,7 @@ bin = @["data_uri"] requires @[ "nim >= 1.4.4", - "docopt 0.6.8", + "docopt >= 0.6.8", "filetype", "zero_functional", @@ -21,4 +21,4 @@ requires @[ ] task updateVersion, "Update the version of this package.": - exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'" + exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'" \ No newline at end of file diff --git a/src/data_uripkg/version.nim b/src/data_uripkg/version.nim index 5b3a27a..0ae01cd 100755 --- a/src/data_uripkg/version.nim +++ b/src/data_uripkg/version.nim @@ -1 +1 @@ -const DATA_URI_VERSION* = "1.0.1" \ No newline at end of file +const DATA_URI_VERSION* = "1.0.2" \ No newline at end of file