diff --git a/package-lock.json b/package-lock.json index 5872583..8e8e3d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scure/btc-signer", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scure/btc-signer", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "@noble/curves": "~1.3.0", diff --git a/package.json b/package.json index d7d1ab9..f2049cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scure/btc-signer", - "version": "1.1.1", + "version": "1.2.0", "description": "Audited & minimal library for creating, signing & decoding Bitcoin transactions: with Schnorr, Taproot, UTXO & PSBT", "files": [ "lib/index.js",