Skip to content

Commit 6280f78

Browse files
committed
0.3.11
1 parent 2675310 commit 6280f78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purlfy",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "The ultimate URL purifier.",
55
"main": "purlfy.js",
66
"scripts": {

purlfy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Purlfy extends EventTarget {
55
* @returns {string} The version of the library.
66
*/
77
static get version() {
8-
return "0.3.10";
8+
return "0.3.11";
99
};
1010
/**
1111
* A TextDecoder object used internally.

0 commit comments

Comments
 (0)