From a8370797c8faa2b02d7467522c195293c89c3f77 Mon Sep 17 00:00:00 2001 From: ricomiles Date: Fri, 3 Jan 2025 20:17:15 +0800 Subject: [PATCH] chore: bump version to 0.6.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cd9f7f..31ec4b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/sdk", - "version": "0.6.5", + "version": "0.6.6", "description": "A client library to interact with UTxO RPC compliant endpoints", "main": "./lib/node/index.js", "module": "./lib/node/index.mjs",