From b528f84cd66c4fc59c2f8523621b2d8258b5fcce Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Fri, 18 Oct 2024 14:32:51 +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 c128c2c..e068772 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "2.4.3", + "version": "2.4.4", "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",