diff --git a/changelog.md b/changelog.md index 750df08..896b8cd 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index d39725d..03ba360 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.5", + num: "2.6.5.1", name: "Fixed Reality", } diff --git a/js/game.js b/js/game.js index 222df50..331d32d 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.5", + tmtNum: "2.6.5.1", tmtName: "Fixed Reality" }