From e752483d0978de11fafb839c135b8433d2d0aef8 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Tue, 7 Apr 2026 14:40:02 +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 | 2 +- src/manifest-chrome.json | 2 +- src/manifest-firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",