From 8ef4959e4a49e3eb25a4ffc50ef18f4a4b922fe8 Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 3 Apr 2017 14:22:53 +0100 Subject: [PATCH] Updated version txt --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index aca87ea..7d317e0 100644 --- a/settings.js +++ b/settings.js @@ -4,7 +4,7 @@ var isLive = false; // Define global constants module.exports = { IS_LIVE: isLive, - VERSION_TXT: "v0.1.1", + VERSION_TXT: "v0.1.2", CLIENT_FILE: (isLive) ? "client.js" : "client_welszhdxrvejjoyc.js", PORT: (isLive) ? 80 : 8080, // Which port to expose to the outside world ID_LEN: 16, // The length of the ID string for drawings