Skip to content

Commit

Permalink
Merge pull request #453 from privacy-tech-lab/issue-446
Browse files Browse the repository at this point in the history
Changed versions (Issue #446)
  • Loading branch information
OliverWang13 committed Jan 19, 2024
2 parents 5ff7cd6 + 6351322 commit f38561b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome/manifest-dev.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome/manifest-dist.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox/manifest-dev.json
Original file line number Diff line number Diff line change
@@ -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": [
"<all_urls>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox/manifest-dist.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f38561b

Please sign in to comment.