Compare commits
No commits in common. "main" and "1.0.1" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "1.0.2"
|
||||
version = "1.0.1"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Utility for managing data-uris: transforming data to and from, etc."
|
||||
license = "GPL-3.0-only"
|
||||
@ -13,10 +13,11 @@ bin = @["data_uri"]
|
||||
|
||||
requires @[
|
||||
"nim >= 1.4.4",
|
||||
"docopt >= 0.6.8",
|
||||
"docopt 0.6.8",
|
||||
"filetype",
|
||||
"zero_functional",
|
||||
"update-nim-package-version"
|
||||
|
||||
"https://git.jdb-software.com/jdb/update-nim-package-version"
|
||||
]
|
||||
|
||||
task updateVersion, "Update the version of this package.":
|
||||
|
@ -1 +1 @@
|
||||
const DATA_URI_VERSION* = "1.0.2"
|
||||
const DATA_URI_VERSION* = "1.0.1"
|
Loading…
x
Reference in New Issue
Block a user