mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Update game.js
This commit is contained in:
parent
a3d65b72a7
commit
0f2447b2f8
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name, but leave the tmt values so people know what version it is
|
||||
let VERSION = {
|
||||
num: "2.0.2",
|
||||
num: "2.0.3",
|
||||
name: "Pinnacle of Achievement Mountain",
|
||||
tmtNum: "2.0.2",
|
||||
tmtNum: "2.0.3",
|
||||
tmtName: "Pinnacle of Achievement Mountain"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue