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": {
|
||||
"Version": "0.2.8"
|
||||
"Version": "0.2.82"
|
||||
},
|
||||
"EmoteModule": {
|
||||
"Twitch":{
|
||||
|
@ -25,7 +25,7 @@
|
|||
"beta": false,
|
||||
"local": false,
|
||||
"localServer": "http://localhost",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.82",
|
||||
"updater": null,
|
||||
"hash": null,
|
||||
"dataPath": null,
|
||||
|
@ -38,4 +38,4 @@
|
|||
"defaultCfg": { "cache": null },
|
||||
"userCfg": { "cache": null }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue