From 6351322d3968b2ae32efafa7936190c0168a6c93 Mon Sep 17 00:00:00 2001 From: Oliver Wang Date: Fri, 19 Jan 2024 13:47:51 -0500 Subject: [PATCH] Changed versions (Issue #446) --- package-lock.json | 4 ++-- package.json | 2 +- src/manifests/chrome/manifest-dev.json | 2 +- src/manifests/chrome/manifest-dist.json | 2 +- src/manifests/firefox/manifest-dev.json | 2 +- src/manifests/firefox/manifest-dist.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e2ae44..95f4299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "optmeowt", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "optmeowt", - "version": "4.3.0", + "version": "4.3.1", "license": "ISC", "dependencies": { "animate.css": "^4.1.1", diff --git a/package.json b/package.json index 4139585..03496ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optmeowt", - "version": "4.3.0", + "version": "4.3.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 fe06d81..2f4c076 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.3.0", + "version": "4.3.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 fe06d81..2f4c076 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.3.0", + "version": "4.3.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 81d72e6..7e9fae7 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": "4.3.0", + "version": "4.3.1", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "", diff --git a/src/manifests/firefox/manifest-dist.json b/src/manifests/firefox/manifest-dist.json index 438f41f..eb15fa1 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": "4.3.0", + "version": "4.3.1", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "webRequest",