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

Update version number

This commit is contained in:
Harley White 2021-05-27 00:55:51 -04:00
parent 3a7cd62bcc
commit c24718edec
2 changed files with 2 additions and 2 deletions

View file

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

View file

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