From 63cf1f9456a1dff81402acb9b71b7c07b9f3066b Mon Sep 17 00:00:00 2001 From: ks Date: Thu, 1 Aug 2024 15:23:27 +0200 Subject: [PATCH] chore: incrementing the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7b0ff..b6350de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "2.1.0", + "version": "2.1.1", "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",