Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed May 29, 2024
1 parent 418fa82 commit c36475c
Showing 1 changed file with 1 addition and 1 deletion.
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.2";
return "0.3.3";
};
static #AsyncFunction = async function () { }.constructor;
static #zeroStatistics = {
Expand Down

0 comments on commit c36475c

Please sign in to comment.