diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a9b45..0dddeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Manifest Version 1.3.0 +## Manifest Version 1.3.1 - refactored the wallet to use etheres V6 - implemented EIP6963Provider diff --git a/package.json b/package.json index 778e5db..41a23c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clear-wallet", - "version": "1.2.10", + "version": "1.3.0", "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.", "scripts": { diff --git a/src/extension/manifest.json b/src/extension/manifest.json index c83764b..05e0829 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.3.0", - "version_name": "1.3.0", + "version": "1.3.1", + "version_name": "1.3.1", "icons": { "16": "assets/extension-icon/wallet_16.png", "32": "assets/extension-icon/wallet_32.png",