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 singleton = null;
var Config = require("./config"); var Config = require("./config");

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.6.2", "version": "3.6.3",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },
@ -24,7 +24,7 @@
"q": "^1.0.1", "q": "^1.0.1",
"sanitize-html": "git://github.com/calzoneman/sanitize-html", "sanitize-html": "git://github.com/calzoneman/sanitize-html",
"serve-static": "^1.5.3", "serve-static": "^1.5.3",
"socket.io": "^1.2.1", "socket.io": "^1.3.2",
"yamljs": "^0.1.5" "yamljs": "^0.1.5"
} }
} }