Skip to content

Commit

Permalink
Version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Nov 11, 2016
1 parent 1a712b5 commit 25f70e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/HuesCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25f70e8

Please sign in to comment.