Version 3.4

master v3.4
Will Toohey 7 years ago
parent 9faf6e5b8c
commit aea0590fd7
  1. 2
      src/js/HuesCore.js

@ -109,7 +109,7 @@ class HuesCore {
}; };
// Bunch-o-initialisers // Bunch-o-initialisers
this.version = 33; this.version = 34;
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