Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Bump to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 15, 2023
1 parent 417e465 commit d3cb858
Show file tree
Hide file tree
Showing 3 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": "the-content-farm-terminator",
"version": "4.1.1",
"version": "4.1.2",
"private": true,
"description": "A browser extension that blocks content farm results on Google search pages.",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_description__",
"version": "4.1.1",
"version": "4.1.2",
"author": "Hyperbola",
"default_locale": "en",
"permissions": [
Expand Down Expand Up @@ -230,4 +230,4 @@
"128": "/images/icon128.png"
}
}
}
}
4 changes: 2 additions & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_description__",
"version": "4.1.1",
"version": "4.1.2",
"author": "Hyperbola",
"default_locale": "en",
"permissions": [
Expand Down Expand Up @@ -235,4 +235,4 @@
"id": "the-content-farm-terminator@hyperbola.me"
}
}
}
}

0 comments on commit d3cb858

Please sign in to comment.