Version change to 2.2 (forgot to do this first so previous commit is under this version)

This commit is contained in:
Aktanusa
2016-02-09 11:56:37 -05:00
parent 6917e3139a
commit 5640cbb9c8
2 changed files with 2 additions and 2 deletions

View File

@@ -2148,7 +2148,7 @@ CM.ConfigDefault = {BotBar: 1, TimerBar: 1, TimerBarPos: 0, BuildColor: 1, UpBar
CM.ConfigPrefix = 'CMConfig'; CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2'; CM.VersionMajor = '2';
CM.VersionMinor = '1'; CM.VersionMinor = '2';
/******* /*******
* Sim * * Sim *

View File

@@ -167,5 +167,5 @@ CM.ConfigDefault = {BotBar: 1, TimerBar: 1, TimerBarPos: 0, BuildColor: 1, UpBar
CM.ConfigPrefix = 'CMConfig'; CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2'; CM.VersionMajor = '2';
CM.VersionMinor = '1'; CM.VersionMinor = '2';