cytubefilters: bump git hash

This commit is contained in:
calzoneman 2015-03-05 14:31:58 -06:00
parent 9b5d38e6c8
commit 950853ba71
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
const VERSION = "3.7.0"; const VERSION = "3.7.1";
var singleton = null; var singleton = null;
var Config = require("./config"); var Config = require("./config");

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.7.0", "version": "3.7.1",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },
@ -13,7 +13,7 @@
"compression": "^1.3.0", "compression": "^1.3.0",
"cookie-parser": "^1.3.3", "cookie-parser": "^1.3.3",
"csrf": "^2.0.6", "csrf": "^2.0.6",
"cytubefilters": "git://github.com/calzoneman/cytubefilters#33b7693c", "cytubefilters": "git://github.com/calzoneman/cytubefilters#7663b3a9",
"express": "^4.11.1", "express": "^4.11.1",
"express-minify": "^0.1.3", "express-minify": "^0.1.3",
"graceful-fs": "^3.0.5", "graceful-fs": "^3.0.5",