diff --git a/package-lock.json b/package-lock.json index 5571455..9cb9307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "optmeowt", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "optmeowt", - "version": "4.2.0", + "version": "4.3.0", "license": "ISC", "dependencies": { "animate.css": "^4.1.1", diff --git a/package.json b/package.json index 784c492..edd7f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optmeowt", - "version": "4.2.0", + "version": "4.3.0", "description": "A privacy extension that allows users to exercise rights under GPC", "main": "index.js", "type": "module", diff --git a/src/manifests/chrome/manifest-dev.json b/src/manifests/chrome/manifest-dev.json index 3ea78ff..fe06d81 100644 --- a/src/manifests/chrome/manifest-dev.json +++ b/src/manifests/chrome/manifest-dev.json @@ -1,7 +1,7 @@ { "name": "OptMeowt", "author": "privacy-tech-lab", - "version": "4.2.0", + "version": "4.3.0", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "declarativeNetRequest", diff --git a/src/manifests/chrome/manifest-dist.json b/src/manifests/chrome/manifest-dist.json index 3ea78ff..fe06d81 100644 --- a/src/manifests/chrome/manifest-dist.json +++ b/src/manifests/chrome/manifest-dist.json @@ -1,7 +1,7 @@ { "name": "OptMeowt", "author": "privacy-tech-lab", - "version": "4.2.0", + "version": "4.3.0", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "declarativeNetRequest",