Skip to content

Commit 9e50d64

Browse files
committed
🔖 Version 2.29.0
1 parent de1de3f commit 9e50d64

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bookmarklet.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advancedprofanityfilter",
3-
"version": "2.28.0",
3+
"version": "2.29.0",
44
"description": "A browser extension to filter profanity from webpages.",
55
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
66
"repository": {

src/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "Profanity Filter",
44
"author": "Richard Frost",
55
"manifest_version": 2,
6-
"version": "2.28.0",
6+
"version": "2.29.0",
77
"description": "Advanced Profanity Filter helps to clean up bad language on the websites you and your family visit.",
88
"icons": {
99
"16": "img/icon16.png",

src/static/optionPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ <h4 class="sectionHeader">Filtered</h4>
588588
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank">Changelog</a>
589589
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/issues" target="_blank">Support</a>
590590
<a href="mailto:richard@richardfrost.info?Subject=Advanced%20Profanity%20Filter">Created by Richard Frost</a>
591-
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank" class="w3-right" id="helpVersion">2.28.0</a>
591+
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank" class="w3-right" id="helpVersion">2.29.0</a>
592592
<br>
593593

594594
<div id="helpContainer">

0 commit comments

Comments
 (0)