From 701bf090456dff3d7d778f7b9116593d32a29e01 Mon Sep 17 00:00:00 2001 From: Vincent Tse Date: Thu, 28 Sep 2023 23:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20VERSION:=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- public/manifest.json | 2 +- src/data/config.ts | 2 +- src/lib/actions/connect.ts | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 084982f..9e3900e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metalet", "private": true, - "version": "2.0.0", + "version": "2.0.1", "type": "module", "scripts": { "dev": "vite --config vite.dev.config.ts", diff --git a/public/manifest.json b/public/manifest.json index 995b62c..5666d37 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Metalet", "description": "An MVC Crypto Wallet Extension", - "version": "2.0.0", + "version": "2.0.1", "manifest_version": 3, "action": { "default_popup": "index.html", diff --git a/src/data/config.ts b/src/data/config.ts index e904ba9..3817179 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -2,4 +2,4 @@ export const FEEB = 1 export const NOTIFICATION_WIDTH = 360 export const NOTIFICATION_HEIGHT = 620 -export const VERSION = '2.0.0' +export const VERSION = '2.0.1' diff --git a/src/lib/actions/connect.ts b/src/lib/actions/connect.ts index 66e0efe..3047e1d 100644 --- a/src/lib/actions/connect.ts +++ b/src/lib/actions/connect.ts @@ -2,8 +2,6 @@ import { getAddress, getCurrentAccount } from '../account' import connector from '../connector' export async function process(params: any, host: string) { - console.log('connect process load') - const account = await getCurrentAccount() if (!account) {