diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 63470e0..d39725d 100644 --- a/js/Demo/demoMod.js +++ b/js/Demo/demoMod.js @@ -13,7 +13,7 @@ let modInfo = { // Set your version in num and name let VERSION = { - num: "2.6.4.3", + num: "2.6.5", name: "Fixed Reality", } diff --git a/js/game.js b/js/game.js index 8edfc3d..8fc3647 100644 --- a/js/game.js +++ b/js/game.js @@ -3,7 +3,7 @@ var needCanvasUpdate = true; // Don't change this const TMT_VERSION = { - tmtNum: "2.6.4.3", + tmtNum: "2.6.5", tmtName: "Fixed Reality" }