Merge pull request #436 from mkody/fix-version-config
Update version of BD in config.json
This commit is contained in:
commit
beb013122f
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue