Skip to content

Commit

Permalink
Updated version txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mnori committed Apr 3, 2017
1 parent 12a2175 commit 8ef4959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ef4959

Please sign in to comment.