From 4b8a2553c6aa27d05a8351ef33c60aba846315d8 Mon Sep 17 00:00:00 2001 From: Clark Alesna Date: Sun, 6 Oct 2024 04:40:14 +0800 Subject: [PATCH] chore: bump version to 0.6.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 620a807..2703a4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/sdk", - "version": "0.6.2", + "version": "0.6.3", "description": "A client library to interact with UTxO RPC compliant endpoints", "main": "./lib/node/index.js", "module": "./lib/node/index.mjs",