diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 155a451..a2b8cba 100644 --- a/js/Demo/demoMod.js +++ b/js/Demo/demoMod.js @@ -11,7 +11,7 @@ let modInfo = { // Set your version in num and name let VERSION = { - num: "2.5.10.2", + num: "2.5.11", name: "Dreams Really Do Come True", } diff --git a/js/game.js b/js/game.js index 137cc07..7fdc645 100644 --- a/js/game.js +++ b/js/game.js @@ -4,7 +4,7 @@ var gameEnded = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.5.10.2", + tmtNum: "2.5.11", tmtName: "Dreams Really Do Come True" }