Update dependency URIs, promote to 1.0.x version.
This commit is contained in:
parent
4add35fb5e
commit
17617121e1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.*.sw?
|
||||||
|
data_uri
|
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Utility for managing data-uris: transforming data to and from, etc."
|
description = "Utility for managing data-uris: transforming data to and from, etc."
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
@ -16,5 +16,8 @@ requires @[
|
|||||||
"docopt 0.6.8",
|
"docopt 0.6.8",
|
||||||
"filetype",
|
"filetype",
|
||||||
|
|
||||||
"https://git.jdb-labs.com/jdb/update-nim-package-version"
|
"https://git.jdb-software.com/jdb/update-nim-package-version"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
task updateVersion, "Update the version of this package.":
|
||||||
|
exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'"
|
@ -1 +1 @@
|
|||||||
const DATA_URI_VERSION* = "0.1.0"
|
const DATA_URI_VERSION* = "1.0.0"
|
Loading…
x
Reference in New Issue
Block a user