Skip to content

Commit

Permalink
v2.3.1 (client only)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
calzoneman committed Aug 7, 2013
1 parent fefa9f4 commit 2e79b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "2.3.0",
"version": "2.3.1",
"repository": {
"url": "http://github.com/calzoneman/sync"
},
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Logger = require("./logger");
var Channel = require("./channel");
var User = require("./user");

const VERSION = "2.3.0";
const VERSION = "2.3.1";

function getIP(req) {
var raw = req.connection.remoteAddress;
Expand Down

0 comments on commit 2e79b01

Please sign in to comment.