Skip to content

Commit e518f25

Browse files
authored
Pushed Dev-branch to version 2.031.2
2 parents b9c7a0f + e644fcb commit e518f25

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CookieMonster.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,7 @@ CM.DelayInit = function() {
37513751
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
37523752
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!', '', '', 1, 1);
37533753

3754+
37543755
Game.Win('Third-party');
37553756
}
37563757

@@ -3832,7 +3833,7 @@ CM.ConfigDefault = {
38323833
CM.ConfigPrefix = 'CMConfig';
38333834

38343835
CM.VersionMajor = '2.031';
3835-
CM.VersionMinor = '1';
3836+
CM.VersionMinor = '2';
38363837

38373838
/*******
38383839
* Sim *

src/Main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ CM.DelayInit = function() {
252252
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
253253
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!', '', '', 1, 1);
254254

255+
255256
Game.Win('Third-party');
256257
}
257258

@@ -333,5 +334,5 @@ CM.ConfigDefault = {
333334
CM.ConfigPrefix = 'CMConfig';
334335

335336
CM.VersionMajor = '2.031';
336-
CM.VersionMinor = '1';
337+
CM.VersionMinor = '2';
337338

0 commit comments

Comments
 (0)