diff --git a/public/firefox.manifest.json b/public/firefox.manifest.json index 3f0d69c0d..5c0580dff 100644 --- a/public/firefox.manifest.json +++ b/public/firefox.manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Station Wallet", - "version": "7.2.7.1", + "version": "7.2.8", "background": { "scripts": ["background.js"], "persistent": true diff --git a/public/manifest.json b/public/manifest.json index 9703728a8..d6e38703c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Station Wallet", - "version": "7.2.7.1", + "version": "7.2.8", "background": { "service_worker": "background.js", "type": "module"