From 35c294218d4c73bfd99d2c09ec3938d02bc2a114 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 18 Nov 2025 12:28:00 +0100 Subject: [PATCH] cut v4.0.3 --- packages/xahau-binary-codec/package.json | 2 +- packages/xahau/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/xahau-binary-codec/package.json b/packages/xahau-binary-codec/package.json index f5bb2cbc..0741ce56 100644 --- a/packages/xahau-binary-codec/package.json +++ b/packages/xahau-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "xahau-binary-codec", - "version": "2.1.2", + "version": "2.1.3", "description": "XAH Ledger binary codec", "files": [ "dist/*", diff --git a/packages/xahau/package.json b/packages/xahau/package.json index c127a782..707c3cb9 100644 --- a/packages/xahau/package.json +++ b/packages/xahau/package.json @@ -1,6 +1,6 @@ { "name": "xahau", - "version": "4.0.2", + "version": "4.0.3", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XAH Ledger in Node.js and the browser", "files": [ @@ -29,7 +29,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "xahau-address-codec": "^5.0.0", - "xahau-binary-codec": "^2.1.2", + "xahau-binary-codec": "^2.1.3", "xahau-keypairs": "^2.0.0" }, "devDependencies": {