diff --git a/package-lock.json b/package-lock.json index 05501ebd..938ff49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "advancedprofanityfilter", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "advancedprofanityfilter", - "version": "3.1.0", + "version": "3.2.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@types/chrome": "^0.0.208", diff --git a/package.json b/package.json index 2c070fe5..00d4ff0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advancedprofanityfilter", - "version": "3.1.0", + "version": "3.2.0", "description": "A browser extension to filter profanity from webpages.", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", "repository": { diff --git a/src/static/manifest.json b/src/static/manifest.json index 7cf17d46..3eda8e3c 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -3,7 +3,7 @@ "short_name": "APF", "author": "FrostCo", "manifest_version": 3, - "version": "3.1.0", + "version": "3.2.0", "description": "Advanced Profanity Filter helps to clean up bad language on the websites you and your family visit.", "icons": { "16": "img/icon16.png",