Skip to content

Commit

Permalink
Bump manifest minimum Chrome version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Shadowfiend committed Dec 27, 2024
1 parent 4b44eef commit e8f08e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"minimum_chrome_version": "74",
"minimum_chrome_version": "107",
"externally_connectable": {
"ids": []
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e8f08e3

Please sign in to comment.