From d7cbf935a842422e1c788e6bb3813d1a687c3129 Mon Sep 17 00:00:00 2001 From: ricomiles Date: Sat, 25 Jan 2025 02:55:17 +0800 Subject: [PATCH] chore: bump version to v0.6.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31ec4b5..652ccd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/sdk", - "version": "0.6.6", + "version": "0.6.7", "description": "A client library to interact with UTxO RPC compliant endpoints", "main": "./lib/node/index.js", "module": "./lib/node/index.mjs",