From 98d01610d1615937e2cc31ba739ee42953e80b1d Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 17 May 2024 23:11:58 +0000 Subject: [PATCH] Release 1.3.2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7521e2..132bb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scure/btc-signer", - "version": "1.3.1", + "version": "1.3.2", "description": "Audited & minimal library for creating, signing & decoding Bitcoin transactions: with Schnorr, Taproot, UTXO & PSBT", "files": ["lib", "src"], "main": "lib/index.js",