mirror of https://github.com/calzoneman/sync.git
cytubefilters: bump git hash
This commit is contained in:
parent
9b5d38e6c8
commit
950853ba71
|
@ -1,4 +1,4 @@
|
|||
const VERSION = "3.7.0";
|
||||
const VERSION = "3.7.1";
|
||||
var singleton = null;
|
||||
var Config = require("./config");
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"author": "Calvin Montgomery",
|
||||
"name": "CyTube",
|
||||
"description": "Online media synchronizer and chat",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"repository": {
|
||||
"url": "http://github.com/calzoneman/sync"
|
||||
},
|
||||
|
@ -13,7 +13,7 @@
|
|||
"compression": "^1.3.0",
|
||||
"cookie-parser": "^1.3.3",
|
||||
"csrf": "^2.0.6",
|
||||
"cytubefilters": "git://github.com/calzoneman/cytubefilters#33b7693c",
|
||||
"cytubefilters": "git://github.com/calzoneman/cytubefilters#7663b3a9",
|
||||
"express": "^4.11.1",
|
||||
"express-minify": "^0.1.3",
|
||||
"graceful-fs": "^3.0.5",
|
||||
|
|
Loading…
Reference in New Issue