chore: set version to `1.3.1`

This commit is contained in:
Andrei O 2024-01-24 02:54:10 +02:00
parent c77a675e43
commit a6340ae936
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Manifest Version 1.3.0
## Manifest Version 1.3.1
- refactored the wallet to use etheres V6
- implemented EIP6963Provider

View File

@ -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": {

View File

@ -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",