Skip to content

Commit

Permalink
Version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Jan 16, 2021
1 parent a675f70 commit a8cb579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/HuesCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class HuesCore {
};

// Bunch-o-initialisers
this.version = 34;
this.version = 35;
this.versionStr = (this.version/10).toFixed(1);
this.versionHex = this.version.toString(16);
this.beatIndex = 0;
Expand Down Expand Up @@ -1293,4 +1293,4 @@ HuesCore.weedColours =

window.HuesCore = HuesCore;

})(window, document);
})(window, document);

0 comments on commit a8cb579

Please sign in to comment.