upgrade version number.

This commit is contained in:
Olivier Gagnon 2022-09-23 12:52:30 -04:00
parent 6390f3618e
commit f43d232928

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