Fix minor bug with the chain stats

This commit is contained in:
Aktanusa
2014-06-14 17:17:12 -04:00
parent 93f87913b4
commit d9c21a43bf
2 changed files with 19 additions and 8 deletions

View File

@@ -121,5 +121,5 @@ CM.ConfigDefault = {BotBar: 1, TimerBar: 1, BuildColor: 1, UpBarColor: 1, Flash:
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '1.0465';
CM.VersionMinor = '6';
CM.VersionMinor = '7';