Skip to content

Commit

Permalink
Bumped version number to 0.8.1 and fixed module name casing in socket…
Browse files Browse the repository at this point in the history
…server.js

Signed-off-by: Henry Gressmann <[email protected]>
  • Loading branch information
explodingcamera committed Aug 1, 2016
1 parent 67d224b commit 5b9d407
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
@@ -1,6 +1,6 @@
{
"name": "mqp-server",
"version": "0.8.0",
"version": "0.8.1",
"description": "musiqpad self-hosted server",
"main": "server-package.js",
"author": "musiqpad Team <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion socketserver/socketserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const crypto = require('crypto');
//Files
const DB = require("./database");
const Room = require('./room');
const Mailer = require('./mail/Mailer');
const Mailer = require('./mail/mailer');
const YT = require('./YT');
const Roles = require('./role');
const log = new (require('basic-logger'))({showTimestamp: true, prefix: "SocketServer"});
Expand Down

0 comments on commit 5b9d407

Please sign in to comment.