/** Data related directly to Cookie Monster */
export const VersionMajor = '2.031';
export const VersionMinor = '8';
/** Information about Cookie Monster to be displayed in the info section */
export const ModDescription = `
Cookie Monster
offers a wide range of tools and statistics to enhance your game experience.
It is not a cheat interface – although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want.
Progess on new updates and all previous release notes can be found on the GitHub page linked above!
Please also report any bugs you may find over there!
`;
/** Latest releasenotes of Cookie Monster to be displayed in the info section */
export const LatestReleaseNotes = `
We have moved Cookie Monster to a new location!
Please update the link you are using to load Cookie Monster to https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js and let everybody know this is the new place to find Cookie Monster!
These are the release notes for the latest update (v 2.031.8).
This update implements the following functions:
- The tooltip of buildings now shows how many buildings need to be bought before a new achievement is reached and the cost and PP of this
- New setting to force the upgrades sections to always show all available upgrades, stopping them from collapsing and expanding
This update fixes the following bugs:
- Settings menu now correctly updates after changing a setting
- Fixed incorrect calculation of dates in rare cases
- Remove golden cookie timers when you ascend
`;