diff --git a/manifest-chrome.json b/manifest-chrome.json index 1ec2466..ac4119e 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Force English Content", - "version": "4.0.0", + "version": "4.0.1", "description": "Forces localised web pages with poor or outdated translations to redirect to the original English content.", "homepage_url": "https://github.com/mdesantis/force-english-content", "author": "Maurizio De Santis", diff --git a/manifest-firefox.json b/manifest-firefox.json index fe3a4a2..e39f007 100644 --- a/manifest-firefox.json +++ b/manifest-firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Force English Content", - "version": "4.0.0", + "version": "4.0.1", "description": "Forces localised web pages with poor or outdated translations to redirect to the original English content.", "homepage_url": "https://github.com/mdesantis/force-english-content", "author": "Maurizio De Santis", diff --git a/package-lock.json b/package-lock.json index 54c6717..cb2286d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "force-english-content", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "force-english-content", - "version": "4.0.0", + "version": "4.0.1", "license": "MPL-2.0", "dependencies": { "webextension-polyfill": "^0.10.0" diff --git a/package.json b/package.json index d6f8cba..fdcb604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "force-english-content", - "version": "4.0.0", + "version": "4.0.1", "description": "[Web Extension] Forces localised web pages with poor or outdated translations to redirect to the original English content", "repository": "https://github.com/mdesantis/force-english-content", "author": "Maurizio De Santis ",