Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Aug 1, 2024
1 parent b3c978d commit e9461c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purlfy",
"version": "0.3.5",
"version": "0.3.6",
"description": "The ultimate URL purifier.",
"main": "purlfy.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion purlfy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Purlfy extends EventTarget {
// Static properties
static get version() {
return "0.3.5";
return "0.3.6";
};
static #AsyncFunction = async function () { }.constructor;
static #zeroStatistics = {
Expand Down

0 comments on commit e9461c8

Please sign in to comment.