Version 3.3

master v3.3
Will Toohey 8 years ago
parent c83509a79c
commit 77cf50e693
  1. 2
      src/js/HuesCore.js

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

Loading…
Cancel
Save