Skip to content

Commit

Permalink
chore: updated versions and whats new for release 0.83.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Jan 23, 2023
1 parent 8c0b374 commit c928ca2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.83.3",
"version": "0.83.4",
"private": true,
"author": "Liquality <info@liquality.io>",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/cb/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/locales/en/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/locales/es/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/locales/ph/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/locales/pt/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/locales/zh/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Fixes for send NFT on Solana and Arbitrum",
"Fix for Polygon's new minimum miner tip / priority fee",
"Fix for Optimism chainId error"
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
]
},
{
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.83.3",
"version": "0.83.4",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down

0 comments on commit c928ca2

Please sign in to comment.