diff --git a/package.json b/package.json index 3fe4fe0..6aa50ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optmeowt", - "version": "5.0.0", + "version": "5.0.1", "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 655a28d..6eb98ef 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": "5.0.0", + "version": "5.0.1", "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 655a28d..6eb98ef 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": "5.0.0", + "version": "5.0.1", "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/firefox/manifest-dev.json b/src/manifests/firefox/manifest-dev.json index cc55a19..b1f2cc3 100644 --- a/src/manifests/firefox/manifest-dev.json +++ b/src/manifests/firefox/manifest-dev.json @@ -1,7 +1,7 @@ { "name": "OptMeowt", "author": "privacy-tech-lab", - "version": "5.0.0", + "version": "5.0.1", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "webRequestBlocking", diff --git a/src/manifests/firefox/manifest-dist.json b/src/manifests/firefox/manifest-dist.json index cc55a19..b1f2cc3 100644 --- a/src/manifests/firefox/manifest-dist.json +++ b/src/manifests/firefox/manifest-dist.json @@ -1,7 +1,7 @@ { "name": "OptMeowt", "author": "privacy-tech-lab", - "version": "5.0.0", + "version": "5.0.1", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "webRequestBlocking",