Merge pull request #436 from mkody/fix-version-config

Update version of BD in config.json
This commit is contained in:
Jiiks 2017-02-10 15:54:00 +02:00 committed by GitHub
commit beb013122f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"Core": { "Core": {
"Version": "0.2.8" "Version": "0.2.82"
}, },
"EmoteModule": { "EmoteModule": {
"Twitch":{ "Twitch":{
@ -25,7 +25,7 @@
"beta": false, "beta": false,
"local": false, "local": false,
"localServer": "http://localhost", "localServer": "http://localhost",
"version": "0.2.8", "version": "0.2.82",
"updater": null, "updater": null,
"hash": null, "hash": null,
"dataPath": null, "dataPath": null,
@ -38,4 +38,4 @@
"defaultCfg": { "cache": null }, "defaultCfg": { "cache": null },
"userCfg": { "cache": null } "userCfg": { "cache": null }
} }
} }