socket.io: upgrade to 1.3

This commit is contained in:
calzoneman 2015-01-19 17:43:22 -06:00
parent 9fc1cbd81c
commit 7d2015620a
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
const VERSION = "3.6.2";
const VERSION = "3.6.3";
var singleton = null;
var Config = require("./config");