diff --git a/package-lock.json b/package-lock.json index ec89920..503760a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashtx", - "version": "0.14.5", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashtx", - "version": "0.14.5", + "version": "0.15.0", "license": "SEE LICENSE IN LICENSE", "bin": { "dashtx-inspect": "bin/inspect.js" diff --git a/package.json b/package.json index 6dd1ce6..4f6774d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashtx", - "version": "0.14.5", + "version": "0.15.0", "description": "Create DASH Transactions with Vanilla JS (0 deps, cross-platform)", "main": "dashtx.js", "module": "dashtx.mjs",