Pushed dev branch to 2.031.5

This commit is contained in:
Daniël van Noord
2021-02-24 00:33:08 +01:00
parent a985c3ba89
commit 2cf5ba6820
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{ {
"name": "cookiemonster-mod", "name": "cookiemonster-mod",
"version": "2.031.4", "version": "2.031.5",
"description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. 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. This is a helper and everything is an option.", "description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. 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. This is a helper and everything is an option.",
"main": "CookieMonster.js", "main": "CookieMonster.js",
"keywords": [ "keywords": [

View File

@@ -14,5 +14,5 @@ const CM = {
Options: {}, Options: {},
Sim: {}, Sim: {},
VersionMajor: '2.031', VersionMajor: '2.031',
VersionMinor: '4', VersionMinor: '5',
}; };