Version 3.2

master v3.2
William Toohey 8 years ago
parent 52e8d31869
commit 1e8927218e
  1. 2
      src/js/HuesCore.js

@ -112,7 +112,7 @@ class HuesCore {
}; };
// Bunch-o-initialisers // Bunch-o-initialisers
this.version = 31; this.version = 32;
this.versionStr = (this.version/10).toFixed(1); this.versionStr = (this.version/10).toFixed(1);
this.versionHex = this.version.toString(16); this.versionHex = this.version.toString(16);
this.beatIndex = 0; this.beatIndex = 0;

Loading…
Cancel
Save