Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f98c16cc2a | ||
|
|
03b1d901ee | ||
|
|
f43ac66e44 |
+6
-9
@@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "1.0.1"
|
||||
version = "1.0.3"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Utility for managing data-uris: transforming data to and from, etc."
|
||||
license = "GPL-3.0-only"
|
||||
@@ -11,14 +11,11 @@ bin = @["data_uri"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires @[
|
||||
"nim >= 1.4.4",
|
||||
"docopt 0.6.8",
|
||||
"filetype",
|
||||
"zero_functional",
|
||||
|
||||
"https://git.jdb-software.com/jdb/update-nim-package-version"
|
||||
]
|
||||
requires "nim >= 1.4.4"
|
||||
requires "docopt >= 0.6.8"
|
||||
requires "filetype"
|
||||
requires "zero_functional"
|
||||
requires "update_nim_package_version >= 0.2.0"
|
||||
|
||||
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* = "1.0.1"
|
||||
const DATA_URI_VERSION* = "1.0.3"
|
||||
Reference in New Issue
Block a user