Skip to content

Commit c497c6e

Browse files
committed
🔖 Version 2.23.0
1 parent 607c59e commit c497c6e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bookmarklet.js

Lines changed: 1 addition & 1 deletion
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.22.0",
3+
"version": "2.23.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.22.0",
6+
"version": "2.23.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
@@ -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.22.0</a>
557+
<a href="https://github.com/richardfrost/AdvancedProfanityFilter/releases" target="_blank" class="w3-right" id="helpVersion">2.23.0</a>
558558
<br>
559559

560560
<div id="helpContainer">

0 commit comments

Comments
 (0)