bump versions

This commit is contained in:
Mayukha Vadari
2023-02-16 14:24:02 -05:00
parent 6cc617e604
commit d540ace605
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.3",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.6.0",
"version": "2.7.0-beta.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -28,7 +28,7 @@
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.5.0-beta.0",
"ripple-binary-codec": "^1.5.0-beta.3",
"ripple-keypairs": "^1.1.4",
"ws": "^8.2.2"
},