diff --git a/lib/server.js b/lib/server.js index a6866b2e..c6bf196f 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1,4 +1,4 @@ -const VERSION = "3.6.2"; +const VERSION = "3.6.3"; var singleton = null; var Config = require("./config"); diff --git a/package.json b/package.json index 3e69a490..c93229b7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.6.2", + "version": "3.6.3", "repository": { "url": "http://github.com/calzoneman/sync" }, @@ -24,7 +24,7 @@ "q": "^1.0.1", "sanitize-html": "git://github.com/calzoneman/sanitize-html", "serve-static": "^1.5.3", - "socket.io": "^1.2.1", + "socket.io": "^1.3.2", "yamljs": "^0.1.5" } }