Skip to content

Commit

Permalink
Version change (Issue #350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattm27 committed May 23, 2024
1 parent 621f83a commit 3bcd020
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": "4.3.1",
"version": "5.0.0",
"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.1",
"version": "5.0.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",
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.1",
"version": "5.0.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",
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.1",
"version": "5.0.0",
"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": "4.3.1",
"version": "5.0.0",
"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 3bcd020

Please sign in to comment.