diff --git a/lib/server.js b/lib/server.js index 61968649..a6866b2e 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1,4 +1,4 @@ -const VERSION = "3.6.1"; +const VERSION = "3.6.2"; var singleton = null; var Config = require("./config"); diff --git a/package.json b/package.json index 0e4b280e..a9ffe93c 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.1", + "version": "3.6.2", "repository": { "url": "http://github.com/calzoneman/sync" }, @@ -23,7 +23,7 @@ "oauth": "^0.9.12", "q": "^1.0.1", "serve-static": "^1.5.3", - "socket.io": "^1.1.0", + "socket.io": "^1.2.1", "yamljs": "^0.1.5" } }