From 1b67a37a39e69845b2d548008139e9833782206e Mon Sep 17 00:00:00 2001 From: Andrei O Date: Thu, 22 Aug 2024 07:45:56 +0300 Subject: [PATCH] 'clear-wallet@v1.4.3' --- package.json | 2 +- src/extension/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",