diff --git a/package.json b/package.json index 8138bf0..42d672b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clear-wallet", - "version": "1.4.2", + "version": "1.4.3", "private": true, "description": "Clear Wallet (CLW) is a wallet that helps you manage your Ethereum assets and interact with Ethereum dApps and contracts with the main focus on absolute privacy.", "type": "module", diff --git a/src/extension/manifest.json b/src/extension/manifest.json index 59b49ba..1532057 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -3,8 +3,8 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.4.2", - "version_name": "1.4.2", + "version": "1.4.3", + "version_name": "1.4.3", "icons": { "16": "assets/extension-icon/wallet_16.png", "32": "assets/extension-icon/wallet_32.png",