Skip to content

Commit 6c4ee9b

Browse files
committed
🔖 Version 2.34.0
1 parent 1ef4af9 commit 6c4ee9b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
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.33.4",
3+
"version": "2.34.0",
44
"description": "A browser extension to filter profanity from webpages.",
55
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
66
"repository": {

safari/Advanced Profanity Filter.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"@executable_path/Frameworks",
702702
"@executable_path/../../Frameworks",
703703
);
704-
MARKETING_VERSION = 2.33.4;
704+
MARKETING_VERSION = 2.34.0;
705705
OTHER_LDFLAGS = (
706706
"-framework",
707707
SafariServices,
@@ -734,7 +734,7 @@
734734
"@executable_path/Frameworks",
735735
"@executable_path/../../Frameworks",
736736
);
737-
MARKETING_VERSION = 2.33.4;
737+
MARKETING_VERSION = 2.34.0;
738738
OTHER_LDFLAGS = (
739739
"-framework",
740740
SafariServices,
@@ -774,7 +774,7 @@
774774
"$(inherited)",
775775
"@executable_path/Frameworks",
776776
);
777-
MARKETING_VERSION = 2.33.4;
777+
MARKETING_VERSION = 2.34.0;
778778
OTHER_LDFLAGS = (
779779
"-framework",
780780
SafariServices,
@@ -814,7 +814,7 @@
814814
"$(inherited)",
815815
"@executable_path/Frameworks",
816816
);
817-
MARKETING_VERSION = 2.33.4;
817+
MARKETING_VERSION = 2.34.0;
818818
OTHER_LDFLAGS = (
819819
"-framework",
820820
SafariServices,
@@ -850,7 +850,7 @@
850850
"@executable_path/../../../../Frameworks",
851851
);
852852
MACOSX_DEPLOYMENT_TARGET = 10.14;
853-
MARKETING_VERSION = 2.33.4;
853+
MARKETING_VERSION = 2.34.0;
854854
OTHER_LDFLAGS = (
855855
"-framework",
856856
SafariServices,
@@ -883,7 +883,7 @@
883883
"@executable_path/../../../../Frameworks",
884884
);
885885
MACOSX_DEPLOYMENT_TARGET = 10.14;
886-
MARKETING_VERSION = 2.33.4;
886+
MARKETING_VERSION = 2.34.0;
887887
OTHER_LDFLAGS = (
888888
"-framework",
889889
SafariServices,
@@ -918,7 +918,7 @@
918918
"@executable_path/../Frameworks",
919919
);
920920
MACOSX_DEPLOYMENT_TARGET = 10.14;
921-
MARKETING_VERSION = 2.33.4;
921+
MARKETING_VERSION = 2.34.0;
922922
OTHER_LDFLAGS = (
923923
"-framework",
924924
SafariServices,
@@ -955,7 +955,7 @@
955955
"@executable_path/../Frameworks",
956956
);
957957
MACOSX_DEPLOYMENT_TARGET = 10.14;
958-
MARKETING_VERSION = 2.33.4;
958+
MARKETING_VERSION = 2.34.0;
959959
OTHER_LDFLAGS = (
960960
"-framework",
961961
SafariServices,

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": 3,
6-
"version": "2.33.4",
6+
"version": "2.34.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",

0 commit comments

Comments
 (0)