Update version of BD in config.json

This commit is contained in:
MKody 2017-01-09 18:46:12 +01:00 committed by Nick Sarnie
parent 513fb57621
commit ef10e075f6
No known key found for this signature in database
GPG Key ID: 37C8EB58D18EB98B
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 }
} }
} }