Pushed version to 2.031.2

This commit is contained in:
Daniel van Noord
2020-12-02 13:29:27 +01:00
parent b9c7a0f154
commit e644fcb49f
2 changed files with 4 additions and 2 deletions

View File

@@ -3751,6 +3751,7 @@ CM.DelayInit = function() {
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!', '', '', 1, 1);
Game.Win('Third-party');
}
@@ -3832,7 +3833,7 @@ CM.ConfigDefault = {
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2.031';
CM.VersionMinor = '1';
CM.VersionMinor = '2';
/*******
* Sim *

View File

@@ -252,6 +252,7 @@ CM.DelayInit = function() {
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!', '', '', 1, 1);
Game.Win('Third-party');
}
@@ -333,5 +334,5 @@ CM.ConfigDefault = {
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2.031';
CM.VersionMinor = '1';
CM.VersionMinor = '2';