1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-12-03 13:21:34 +00:00

Update version

This commit is contained in:
Harley White 2021-07-13 12:46:19 -04:00
parent 8f890e1957
commit bfbd41aad4
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# The Modding Tree changelog:
# v2.6.5.1 - 7/13/21
- Fixed offline production more.
# v2.6.5 - 7/7/21

View file

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

View file

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