From 40d9109334da909c818da01208d5790f02db28cb Mon Sep 17 00:00:00 2001 From: William Toohey Date: Tue, 15 Dec 2015 18:10:10 +1000 Subject: [PATCH] Bump to version 1.0! --- index-min.html | 2 +- index.html | 2 +- js/HuesCore.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;