We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6496117 commit 34ce8dcCopy full SHA for 34ce8dc
assets/js/trigger-remover.js
@@ -1,5 +1,5 @@
1
const WebExtName = "TriggerRemover"
2
-const WebExtVersion = "0.0.2"
+const WebExtVersion = "0.1.0"
3
const WebExtAuthor = "https://github.com/operatorequals"
4
5
const WebExtUrl = browser.runtime.getURL("/")
manifest.json
@@ -1,6 +1,6 @@
{
"name": "TriggerRemover",
- "version": "0.0.2",
+ "version": "0.1.0",
"description": "Remove Trigger-inducing content from pages",
"homepage_url": "https://github.com/operatorequals/TriggerRemover",
6
"manifest_version": 2,
0 commit comments