From 9a087db3a82c2fa1dc49f4e562caf2622d4a88c7 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sun, 1 May 2016 01:00:00 +0300 Subject: [PATCH] 0.2.8 config --- lib/config.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/lib/config.json b/lib/config.json index 07f0513..4f3e549 100644 --- a/lib/config.json +++ b/lib/config.json @@ -1,6 +1,6 @@ { "Core": { - "Version": "0.2.7" + "Version": "0.2.8" }, "EmoteModule": { "Twitch":{ @@ -18,5 +18,24 @@ "EmoteUrlStart": "", "EmoteUrlEnd": "" } + }, + "cfg": { + "repo": "Jiiks", + "branch": null, + "beta": false, + "local": true, + "localServer": "http://localhost", + "version": "0.2.8", + "updater": null, + "hash": null, + "dataPath": null, + "userFile": null, + "os": null, + "cache": { + "expired": true, + "days": 0 + }, + "defaultCfg": { "cache": null }, + "userCfg": { "cache": null } } } \ No newline at end of file