2.3.3 - run update.js

This commit is contained in:
calzoneman 2013-08-13 11:18:30 -04:00
parent f910f437bb
commit 40f3e875a8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "2.3.2",
"version": "2.3.3",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

View File

@ -6,7 +6,7 @@ var Logger = require("./logger");
var Channel = require("./channel");
var User = require("./user");
const VERSION = "2.3.2";
const VERSION = "2.3.3";
function getIP(req) {
var raw = req.connection.remoteAddress;