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:
parent
8f890e1957
commit
bfbd41aad4
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue