Skip to content

Commit

Permalink
Pushed version to 2.031.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Dec 2, 2020
1 parent b9c7a0f commit e644fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CookieMonster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down Expand Up @@ -3832,7 +3833,7 @@ CM.ConfigDefault = {
CM.ConfigPrefix = 'CMConfig';

CM.VersionMajor = '2.031';
CM.VersionMinor = '1';
CM.VersionMinor = '2';

/*******
* Sim *
Expand Down
3 changes: 2 additions & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down Expand Up @@ -333,5 +334,5 @@ CM.ConfigDefault = {
CM.ConfigPrefix = 'CMConfig';

CM.VersionMajor = '2.031';
CM.VersionMinor = '1';
CM.VersionMinor = '2';

0 comments on commit e644fcb

Please sign in to comment.