From 50501817791fef7ce29dfc584c5c28f3cc432a3b Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Sun, 5 Apr 2026 12:42:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Update=20proje?= =?UTF-8?q?ct=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/manifest-chrome.json | 2 +- src/manifest-firefox.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",