Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Main: Fixed wrong version (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdPot committed Sep 4, 2020
1 parent 653d07a commit 606ea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peb.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var peb = function(){};
}
};
// Informations
peb.version = "2.1.0",
peb.version = "2.1.3",
peb.platform = window.document ? "browser" : "node"
// Node.js does not support these functions, needs to check whether the document is undefined
peb.Sound = class Sound {
Expand Down

0 comments on commit 606ea34

Please sign in to comment.