diff --git a/package.json b/package.json index 3d3000a..62bcb62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecoindex-browser-plugin", - "version": "2.10.0", + "version": "2.11.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", diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 7bd3c93..33ad6a3 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.11.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 8d4a6b3..6fd39c5 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.11.0", "manifest_version": 2, "homepage_url": "https://www.ecoindex.fr", "name": "EcoIndex.fr",