From 3c40342712e5870387deb648a620130ed8d50dee Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Thu, 17 Oct 2024 22:31:22 +0200 Subject: [PATCH] chore: bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2538b60..c128c2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "2.4.2", + "version": "2.4.3", "description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.", "main": "dist/index.js", "types": "dist/index.d.ts",