Skip to content

Commit f34356c

Browse files
committed
🔖 Version 2.23.2
1 parent 03059d6 commit f34356c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bookmarklet.js

Lines changed: 3 additions & 3 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.23.1",
3+
"version": "2.23.2",
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.23.1",
6+
"version": "2.23.2",
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
@@ -554,7 +554,7 @@ <h4 class="sectionHeader">Filtered</h4>
554554
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank">Changelog</a>
555555
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/issues" target="_blank">Support</a>
556556
<a href="mailto:richard@richardfrost.info?Subject=Advanced%20Profanity%20Filter">Created by Richard Frost</a>
557-
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank" class="w3-right" id="helpVersion">2.23.1</a>
557+
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank" class="w3-right" id="helpVersion">2.23.2</a>
558558
<br>
559559

560560
<div id="helpContainer">

0 commit comments

Comments
 (0)