Update dependency URIs, promote to 1.0.x version.

This commit is contained in:
Jonathan Bernard 2021-06-07 18:27:58 -05:00
parent 4add35fb5e
commit 17617121e1
4 changed files with 8 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.*.sw?
data_uri

BIN
data_uri

Binary file not shown.

View File

@ -1,6 +1,6 @@
# Package
version = "0.1.0"
version = "1.0.0"
author = "Jonathan Bernard"
description = "Utility for managing data-uris: transforming data to and from, etc."
license = "GPL-3.0-only"
@ -16,5 +16,8 @@ requires @[
"docopt 0.6.8",
"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'"

View File

@ -1 +1 @@
const DATA_URI_VERSION* = "0.1.0"
const DATA_URI_VERSION* = "1.0.0"