From 23a586564274b0c5116ebde0d0f0baccbb11a042 Mon Sep 17 00:00:00 2001 From: Harley White Date: Sun, 2 May 2021 22:46:23 -0400 Subject: [PATCH] Update changelog and version --- changelog.md | 2 ++ js/Demo/demoMod.js | 2 +- js/game.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0e0ce42..87248c4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ # The Modding Tree changelog: +# v2.4.2 (beta) +- Optimizations, hopefully a significant amount. - Added buyable purchaseLimit. - Amount is automatically supplied to buyable cost and effect functions. diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 7a538e9..36f7cc9 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.4.1", + num: "2.4.2", name: "Rationalized Edition", } diff --git a/js/game.js b/js/game.js index 2589d21..029ab0c 100644 --- a/js/game.js +++ b/js/game.js @@ -5,7 +5,7 @@ var scrolled = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.4.1", + tmtNum: "2.4.2", tmtName: "Rationalized Edition" }