From 0c34bb84b2953424aa194f5384153e1a3c43c13c Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 18 Aug 2014 17:15:18 -0700 Subject: [PATCH] Public by default --- config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 597f545..60e4b9a 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "port": 9000, "theme": "themes/example.css", - "public": false + "public": true } diff --git a/package.json b/package.json index 5b88648..278bb8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "A web IRC client", - "version": "0.10.2", + "version": "0.10.3", "author": "Mattias Erming", "preferGlobal": true, "bin": {