Skip to content

Commit 34ce8dc

Browse files
release: 0.1.0
1 parent 6496117 commit 34ce8dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/trigger-remover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const WebExtName = "TriggerRemover"
2-
const WebExtVersion = "0.0.2"
2+
const WebExtVersion = "0.1.0"
33
const WebExtAuthor = "https://github.com/operatorequals"
44

55
const WebExtUrl = browser.runtime.getURL("/")

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TriggerRemover",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Remove Trigger-inducing content from pages",
55
"homepage_url": "https://github.com/operatorequals/TriggerRemover",
66
"manifest_version": 2,

0 commit comments

Comments
 (0)