Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattm27 committed May 24, 2024
1 parent eeda287 commit 294981d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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": "5.0.0",
"version": "5.0.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": "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",
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": "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",
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": "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",
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": "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",
Expand Down

0 comments on commit 294981d

Please sign in to comment.