upgrade version

This commit is contained in:
Olivier Gagnon 2021-11-11 22:45:29 -05:00
parent 9d435bbe47
commit a54e613e42
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -116,7 +116,7 @@ export const CONSTANTS: {
LatestUpdate: string;
} = {
VersionString: "1.0.0",
VersionNumber: 2,
VersionNumber: 3,
// Speed (in ms) at which the main loop is updated
_idleSpeed: 200,