Skip to content

Commit

Permalink
Bump ver to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed May 30, 2022
1 parent b952777 commit 98a1b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/HuesCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class HuesCore extends EventListener<CoreEvents> {
});

// Bunch-o-initialisers
this.version = 43;
this.version = 50;
this.versionStr = (this.version/10).toFixed(1);
this.versionHex = this.version.toString(16);
this.beatIndex = 0;
Expand Down

0 comments on commit 98a1b38

Please sign in to comment.