Skip to content

Commit

Permalink
Merge pull request #1042 from liquality/fix/near-btc-endpoints
Browse files Browse the repository at this point in the history
fix: updated wallet-core and chanify packages
  • Loading branch information
bradleySuira authored Jan 19, 2024
2 parents c943bc5 + abbcaf8 commit 956174f
Show file tree
Hide file tree
Showing 3 changed files with 3,436 additions and 2,911 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.87.5",
"version": "0.88.0",
"private": true,
"author": "Liquality <[email protected]>",
"scripts": {
Expand All @@ -24,12 +24,12 @@
},
"dependencies": {
"@chainify/hw-ledger": "2.4.1",
"@liquality/cryptoassets": "2.11.0",
"@liquality/cryptoassets": "2.12.0",
"@liquality/error-parser": "2.2.10",
"@liquality/ethereum-utils": "^1.13.12",
"@liquality/terra-networks": "^1.13.12",
"@liquality/types": "^1.13.12",
"@liquality/wallet-core": "4.27.0",
"@liquality/wallet-core": "4.27.1",
"@terra-money/terra.js": "3.1.6",
"@testing-library/vue": "^5.8.2",
"amplitude-js": "8.18.2",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.87.5",
"version": "0.88.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down
Loading

0 comments on commit 956174f

Please sign in to comment.