-
0x40 Hues of JS, v0.1
+
0x40 Hues of JS, v1.0
Web-ified by mon
With help from Kepstin
diff --git a/js/HuesCore.js b/js/HuesCore.js
index ee7b1de..cd4160b 100644
--- a/js/HuesCore.js
+++ b/js/HuesCore.js
@@ -24,7 +24,7 @@
function HuesCore(defaults) {
// Bunch-o-initialisers
- this.version = "0x01";
+ this.version = "0x0A";
this.beatIndex = 0;
this.beatLength = -1;
this.currentSong = null;