From e8f08e3da842718a5283256feade784481f7dc84 Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Fri, 27 Dec 2024 16:43:11 -0500 Subject: [PATCH] Bump manifest minimum Chrome version Manifest v3 items cannot have a minimum version below 88, plus Babel is now configured to target version 107+. Update accordingly. Bump minor version as well for a fresh build. --- manifest/manifest.chrome.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/manifest.chrome.json b/manifest/manifest.chrome.json index 669ae6070c..6c8f6a3b30 100644 --- a/manifest/manifest.chrome.json +++ b/manifest/manifest.chrome.json @@ -1,5 +1,5 @@ { - "minimum_chrome_version": "74", + "minimum_chrome_version": "107", "externally_connectable": { "ids": [] } diff --git a/package.json b/package.json index 9690430916..6441838083 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tallyho/tally-extension", "private": true, - "version": "0.62.0", + "version": "0.62.1", "description": "Taho, the community owned and operated Web3 wallet.", "main": "index.js", "repository": "git@github.com:thesis/tally-extension.git",