Skip to content

Commit

Permalink
🔖 chore(version): Update project version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Jan 2, 2023
1 parent 60e87dd commit ca6e1c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecoindex-browser-plugin",
"version": "2.4.2",
"version": "2.4.3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.2",
"version": "2.4.3",
"manifest_version": 3,
"homepage_url": "https://www.ecoindex.fr",
"name": "EcoIndex.fr",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.2",
"version": "2.4.3",
"manifest_version": 2,
"homepage_url": "https://www.ecoindex.fr",
"name": "EcoIndex.fr",
Expand Down

0 comments on commit ca6e1c5

Please sign in to comment.