From 930aa5e833c61b93455a47518bc312bb5ee61b3a Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Sat, 18 Nov 2023 22:04:15 +0700 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31467ef..3481b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getalby/lightning-tools", - "version": "4.1.0", + "version": "4.2.0", "description": "Collection of helpful building blocks and tools to develop Bitcoin Lightning web apps", "type": "module", "source": "src/index.ts",