Skip to content

Commit e33b5ae

Browse files
🔖 chore(version): Update project version (#95)
Bump plugin version to 2.11.1 and synchronize browser manifests. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 82d45c1 commit e33b5ae

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecoindex-browser-plugin",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"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.",
55
"scripts": {
66
"manifest:tmp": "node bin/temp-manifest.mjs",
@@ -32,4 +32,4 @@
3232
"fs-extra": "^11.3.0",
3333
"web-ext": "^10.1.0"
3434
}
35-
}
35+
}

src/manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.11.0",
2+
"version": "2.11.1",
33
"manifest_version": 3,
44
"homepage_url": "https://www.ecoindex.fr",
55
"name": "EcoIndex.fr",

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.11.0",
2+
"version": "2.11.1",
33
"manifest_version": 2,
44
"homepage_url": "https://www.ecoindex.fr",
55
"name": "EcoIndex.fr",

0 commit comments

Comments
 (0)