Skip to content

Commit

Permalink
Update manifest.json (#242)
Browse files Browse the repository at this point in the history
* Update manifest.json

upgrade 7.3.0 rc3 to 7.4.1.1 to align with store extension version.

* update firefox manifest

---------

Co-authored-by: Alessandro Candeago <[email protected]>
  • Loading branch information
mwmerz and alecande11 authored Jul 15, 2023
1 parent 8f41438 commit 460ac92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/firefox.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Station Wallet",
"version": "7.3.0.1",
"version": "7.4.1.1",
"background": {
"scripts": ["background.js"],
"persistent": true
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Station Wallet",
"version": "7.3.0.1",
"version": "7.4.1.1",
"background": {
"service_worker": "background.js",
"type": "module"
Expand Down

0 comments on commit 460ac92

Please sign in to comment.