Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Oct 16, 2024
1 parent 0ba53c9 commit b75773e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "dlc-btc-lib",
"version": "2.3.0",
"version": "2.4.0",
"description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript-eslint": "^7.7.0"
},
"dependencies": {
"@gemwallet/api": "^3.8.0",
"@gemwallet/api": "3.8.0",
"@ledgerhq/hw-app-btc": "10.4.1",
"@ledgerhq/hw-app-xrp": "6.29.4",
"@noble/hashes": "1.4.0",
Expand All @@ -74,7 +74,7 @@
"ledger-bitcoin": "0.2.3",
"prompts": "2.4.2",
"ramda": "0.30.1",
"ripple-binary-codec": "^2.1.0",
"ripple-binary-codec": "2.1.0",
"scure": "1.6.0",
"tiny-secp256k1": "2.2.3",
"xrpl": "4.0.0"
Expand Down

0 comments on commit b75773e

Please sign in to comment.