Skip to content

Commit 2e79b01

Browse files
committed
v2.3.1 (client only)
- Add a nice menu to userlist dropdowns for easily changing ranks - Merge give/take leader into one button - Move playlist lock button to the same button strip as voteskip/get playlist urls - Add a volume slider for Soundcloud
1 parent fefa9f4 commit 2e79b01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Calvin Montgomery",
33
"name": "CyTube",
44
"description": "Online media synchronizer and chat",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"repository": {
77
"url": "http://github.com/calzoneman/sync"
88
},

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var Logger = require("./logger");
66
var Channel = require("./channel");
77
var User = require("./user");
88

9-
const VERSION = "2.3.0";
9+
const VERSION = "2.3.1";
1010

1111
function getIP(req) {
1212
var raw = req.connection.remoteAddress;

0 commit comments

Comments
 (0)