1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-12-04 13:51:31 +00:00

Version numbers

This commit is contained in:
Harley White 2021-07-07 13:16:57 -04:00
parent 2968a838d6
commit a29d66eb8b
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ let modInfo = {
// Set your version in num and name // Set your version in num and name
let VERSION = { let VERSION = {
num: "2.6.4.3", num: "2.6.5",
name: "Fixed Reality", name: "Fixed Reality",
} }

View file

@ -3,7 +3,7 @@ var needCanvasUpdate = true;
// Don't change this // Don't change this
const TMT_VERSION = { const TMT_VERSION = {
tmtNum: "2.6.4.3", tmtNum: "2.6.5",
tmtName: "Fixed Reality" tmtName: "Fixed Reality"
} }