Update version number

This commit is contained in:
calzoneman 2013-08-07 11:02:14 -04:00
parent b12d639c78
commit 22d5da5991
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.2.4",
"version": "2.3.0",
"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.2.4";
const VERSION = "2.3.0";
function getIP(req) {
var raw = req.connection.remoteAddress;