diff --git a/package.json b/package.json index 24ece46cd..63cbf6102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquality-wallet", - "version": "0.83.3", + "version": "0.83.4", "private": true, "author": "Liquality ", "scripts": { diff --git a/src/locales/cb/whats_new.json b/src/locales/cb/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/cb/whats_new.json +++ b/src/locales/cb/whats_new.json @@ -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)" ] }, { diff --git a/src/locales/en/whats_new.json b/src/locales/en/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/en/whats_new.json +++ b/src/locales/en/whats_new.json @@ -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)" ] }, { diff --git a/src/locales/es/whats_new.json b/src/locales/es/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/es/whats_new.json +++ b/src/locales/es/whats_new.json @@ -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)" ] }, { diff --git a/src/locales/ph/whats_new.json b/src/locales/ph/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/ph/whats_new.json +++ b/src/locales/ph/whats_new.json @@ -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)" ] }, { diff --git a/src/locales/pt/whats_new.json b/src/locales/pt/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/pt/whats_new.json +++ b/src/locales/pt/whats_new.json @@ -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)" ] }, { diff --git a/src/locales/zh/whats_new.json b/src/locales/zh/whats_new.json index a867bdccb..da06b7854 100644 --- a/src/locales/zh/whats_new.json +++ b/src/locales/zh/whats_new.json @@ -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)" ] }, { diff --git a/src/manifest.json b/src/manifest.json index c6f796a3b..6669db1a6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.83.3", + "version": "0.83.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en",