mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 00:07:17 +00:00
Bump version
This commit is contained in:
parent
b50deee77e
commit
404442f138
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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("");
|
||||
|
||||
|
|
Loading…
Reference in a new issue