Bump version

This commit is contained in:
Mattias Erming 2014-09-09 01:21:09 -07:00
parent b50deee77e
commit 404442f138
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.14.2",
"version": "0.15.0",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {

View File

@ -47,7 +47,7 @@ module.exports = function(port, host, isPublic) {
});
console.log("");
console.log("Shout is now running on host/port " + config.host + ":" + config.port);
console.log("Shout is now running on http://" + config.host + ":" + config.port + "/");
console.log("Press ctrl-c to stop");
console.log("");