Skip to content

Commit

Permalink
0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Dec 8, 2024
1 parent 2675310 commit 6280f78
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.10",
"version": "0.3.11",
"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.10";
return "0.3.11";
};
/**
* A TextDecoder object used internally.
Expand Down

0 comments on commit 6280f78

Please sign in to comment.