From 7d2015620a85ce21189f712909416ce79ff535eb Mon Sep 17 00:00:00 2001 From: calzoneman Date: Mon, 19 Jan 2015 17:43:22 -0600 Subject: [PATCH] socket.io: upgrade to 1.3 --- lib/server.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } }