change version numbers

This commit is contained in:
Laurent Mazet 2020-05-07 01:08:59 +02:00
parent be191bf000
commit eca9a9558d
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
(function () {
"use strict";
const VERSION = 202005011900;
const VERSION = 202005070130;
const Conf = window.TrivabbleConf || {};

View File

@ -32,7 +32,7 @@ const SAVE_TIMEOUT = 5000;
const KEEP_ALIVE = 30000;
const GAMES_BACKUP = process.env.TRIVABBLE_GAMES_BACKUP || "games.backup.json";
const VERSION = 202004281800;
const VERSION = 202005070100;
function envTrue(name) {
return (process.env[name] || "").toLowerCase() === "true";