Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jul 29, 2024
1 parent 1c0877d commit e155a0a
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.4";
return "0.3.5";
};
static #AsyncFunction = async function () { }.constructor;
static #zeroStatistics = {
Expand Down

0 comments on commit e155a0a

Please sign in to comment.