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:
parent
a8a5a2f46a
commit
23a5865642
3 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue