/** Data related directly to Cookie Monster */
export const VersionMajor = '2.031';
export const VersionMinor = '5';
/** 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 = `
The latest update (v 2.031.5) sees a total rehaul of the backend of the mod. It does not introduce any new functions, this is planned for the next release.
We believe we have fixed all bugs related to this new code, but if you find any bugs, please report them on the GitHub!
Besides, this update fixes the following bugs:
- Fixed some upgrade tooltips which did not display the full effect of buying the upgrades
- Fixed not always being able to sell when "blocking bulk buy"
- Fixed heavenly chips per second display
- Fixed small display bug when pressing shift and hovering over garden plots
- Fixed some bugs with the display of numbers and formatting of them
`;