From 0fa2c5008bce8bc85a30fd86ae5d8aa8fe2a6b30 Mon Sep 17 00:00:00 2001 From: Hermi Date: Sat, 5 Jul 2025 05:03:35 +0800 Subject: [PATCH] chore: bump version to v0.6.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54c0421..4ea136b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/sdk", - "version": "0.6.7", + "version": "0.6.8", "description": "A client library to interact with UTxO RPC compliant endpoints", "main": "./lib/node/index.js", "module": "./lib/node/index.mjs",