Version 3.1

master v3.1
William Toohey 9 years ago
parent 1a712b5f40
commit 25f70e8af0
  1. 2
      src/js/HuesCore.js

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

Loading…
Cancel
Save