From ce5efed5d6aed83071f8e78a3a177931583665f2 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Thu, 16 Mar 2023 06:44:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Update=20proje?= =?UTF-8?q?ct=20version=20(#64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 2 +- src/manifest-chrome.json | 2 +- src/manifest-firefox.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e253233..5e332ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecoindex-browser-plugin", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecoindex-browser-plugin", - "version": "2.6.1", + "version": "2.7.0", "license": "Creative commons CC-By-NC-ND", "dependencies": { "fs-extra": "^11.1.0", @@ -5457,4 +5457,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7ac3a1a..3c35a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecoindex-browser-plugin", - "version": "2.6.1", + "version": "2.7.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 c8e9837..9dbf2ce 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -1,5 +1,5 @@ { - "version": "2.6.1", + "version": "2.7.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 84f83a0..5d20bac 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,5 +1,5 @@ { - "version": "2.6.1", + "version": "2.7.0", "manifest_version": 2, "homepage_url": "https://www.ecoindex.fr", "name": "EcoIndex.fr",