Skip to content

Commit 67dbd3f

Browse files
authored
🔖 chore(version): Update project version (#80)
1 parent 877e79f commit 67dbd3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecoindex-browser-plugin",
3-
"version": "2.8.0",
3+
"version": "2.9.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",

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

0 commit comments

Comments
 (0)