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": {