1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 01:11:46 +00:00

Update changelog and version

This commit is contained in:
Harley White 2021-05-02 22:46:23 -04:00
parent a8a5a2f46a
commit 23a5865642
3 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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",
}

View file

@ -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"
}