Skip to content

Commit 5050181

Browse files
committed
🔖 chore(version): Update project version
1 parent 267ce5c commit 5050181

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.9.0",
3+
"version": "2.10.0",
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.9.0",
2+
"version": "2.10.0",
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.9.0",
2+
"version": "2.10.0",
33
"manifest_version": 2,
44
"homepage_url": "https://www.ecoindex.fr",
55
"name": "EcoIndex.fr",

0 commit comments

Comments
 (0)