diff --git a/index-min.html b/index-min.html index d169c9b..b7fca7d 100644 --- a/index-min.html +++ b/index-min.html @@ -53,7 +53,7 @@
-

0x40 Hues of JS, v0.1

+

0x40 Hues of JS, v1.0

Adapted from the 0x40 Flash

Web-ified by mon

With help from Kepstin

diff --git a/index.html b/index.html index 86ce65c..4d30bcc 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@
-

0x40 Hues of JS, v0.1

+

0x40 Hues of JS, v1.0

Adapted from the 0x40 Flash

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;