diff --git a/package.json b/package.json index 0dcb5c9..3d3000a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecoindex-browser-plugin", - "version": "2.9.0", + "version": "2.10.0", "description": "This is the source code of the Ecoindex browser plugin. This simple plugin allows you to check the Ecoindex of any website you visit.", "scripts": { "manifest:tmp": "node bin/temp-manifest.mjs", @@ -32,4 +32,4 @@ "fs-extra": "^11.3.0", "web-ext": "^10.1.0" } -} +} \ No newline at end of file diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 3427c93..8774a59 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -1,5 +1,5 @@ { - "version": "2.9.0", + "version": "2.10.0", "manifest_version": 3, "homepage_url": "https://www.ecoindex.fr", "name": "EcoIndex.fr", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index e012158..a85e7b7 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,5 +1,5 @@ { - "version": "2.9.0", + "version": "2.10.0", "manifest_version": 2, "homepage_url": "https://www.ecoindex.fr", "name": "EcoIndex.fr",