diff --git a/package-lock.json b/package-lock.json index 4f8be33..6328d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scure/btc-signer", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scure/btc-signer", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@noble/curves": "~1.0.0", diff --git a/package.json b/package.json index a527d4b..69746ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scure/btc-signer", - "version": "1.0.0", + "version": "1.0.1", "description": "Audited & minimal library for creating, signing & decoding Bitcoin transactions: with Schnorr, Taproot, UTXO & PSBT", "files": [ "index.js",