Skip to content

Commit

Permalink
mpt 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Sep 4, 2024
1 parent ca53e51 commit 5e8ee83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ripple-binary-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "2.1.0",
"version": "4.0.1-mpt-beta",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "4.0.0",
"version": "4.0.1-mpt-beta",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.1.0",
"ripple-binary-codec": "^4.0.1-mpt-beta",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5e8ee83

Please sign in to comment.