From 6cfb88ad382768bec036ce67209c3233d211f8b6 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 6 Oct 2012 17:37:33 +0200 Subject: [PATCH] added hits room --- config.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index e3a903e..f02d082 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "gameswithnorepeats": 3, "port": 8138, "rooms": [ + "hits", "pop", "rock", "rap", diff --git a/package.json b/package.json index 073ca66..5b09ca3 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,5 @@ "start": "app.js" }, "subdomain": "binb", - "version": "0.3.3-18" + "version": "0.3.4" } \ No newline at end of file -- 2.54.0