Bump to version 1.0!

master v1.0
William Toohey 10 years ago
parent 0429ac6dd9
commit 40d9109334
  1. 2
      index-min.html
  2. 2
      index.html
  3. 2
      js/HuesCore.js

@ -53,7 +53,7 @@
</div>
<div id="tab3-content" class="tab-content">
<div id="about">
<h1>0x40 Hues of JS, v0.1</h1>
<h1>0x40 Hues of JS, v1.0</h1>
<h2>Adapted from the <a target="_blank" href="http://0x40hues.blogspot.com">0x40 Flash</a></h2>
<h2>Web-ified by <a target="_blank" href="https://github.com/mon">mon</a></h2>
<h3>With help from <a target="_blank" href="https://github.com/kepstin/0x40hues-html5">Kepstin</a></h3>

@ -64,7 +64,7 @@
</div>
<div id="tab3-content" class="tab-content">
<div id="about">
<h1>0x40 Hues of JS, v0.1</h1>
<h1>0x40 Hues of JS, v1.0</h1>
<h2>Adapted from the <a target="_blank" href="http://0x40hues.blogspot.com">0x40 Flash</a></h2>
<h2>Web-ified by <a target="_blank" href="https://github.com/mon">mon</a></h2>
<h3>With help from <a target="_blank" href="https://github.com/kepstin/0x40hues-html5">Kepstin</a></h3>

@ -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;

Loading…
Cancel
Save