From 58e03fab6a55fe896b078dcf856326527a968ef2 Mon Sep 17 00:00:00 2001 From: AricRedemption Date: Fri, 12 Apr 2024 14:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20VERSION:=202.7.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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2dd97e0..cd97ee7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metalet", "private": true, - "version": "2.7.0", + "version": "2.7.1", "type": "module", "scripts": { "dev": "vite --config ./vite-config/vite.dev.config.ts", diff --git a/public/manifest.json b/public/manifest.json index d4d317e..e407656 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Metalet", "description": "A cross-chain crypto wallet extension", - "version": "2.7.0", + "version": "2.7.1", "manifest_version": 3, "action": { "default_popup": "popup.html", diff --git a/src/data/config.ts b/src/data/config.ts index 1a5eaae..8b96378 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -1,4 +1,4 @@ -export const VERSION = '2.7.0' +export const VERSION = '2.7.1' export const FEEB = 1 export const P2PKH_UNLOCK_SIZE = 1 + 1 + 72 + 1 + 33