diff --git a/public/firefox.manifest.json b/public/firefox.manifest.json index 3fb04d7ba..5ff9d41a2 100644 --- a/public/firefox.manifest.json +++ b/public/firefox.manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Station Wallet", - "version": "7.1.4", + "version": "7.1.5", "background": { "scripts": ["background.js"], "persistent": true diff --git a/public/manifest.json b/public/manifest.json index cf7a632e9..c7f77cfa0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Station Wallet", - "version": "7.1.4", + "version": "7.1.5", "background": { "service_worker": "background.js", "type": "module"