Skip to content

Commit

Permalink
0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Oct 18, 2024
1 parent 0bb2c21 commit 75526e8
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.9",
"version": "0.3.10",
"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
Expand Up @@ -5,7 +5,7 @@ class Purlfy extends EventTarget {
* @returns {string} The version of the library.
*/
static get version() {
return "0.3.9";
return "0.3.10";
};
/**
* The constructor of the AsyncFunction class.
Expand Down

0 comments on commit 75526e8

Please sign in to comment.