Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jun 15, 2024
1 parent f1084c2 commit 48b2bec
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.3";
return "0.3.4";
};
static #AsyncFunction = async function () { }.constructor;
static #zeroStatistics = {
Expand Down

0 comments on commit 48b2bec

Please sign in to comment.