From 6494df2b9f2c7a80578356659b1d24302e69dda2 Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Mon, 17 Jun 2024 07:37:15 +0200 Subject: [PATCH] bump package.json version to 022 (#30) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2257fd..5040fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "btc-staking-ts", - "version": "0.2.1", + "version": "0.2.2", "description": "Library exposing methods for the creation and consumption of Bitcoin transactions pertaining to Babylon's Bitcoin Staking protocol. Experimental version, should not be used for production purposes or with real funds.", "module": "dist/index.js", "main": "dist/index.cjs",