From bfbd41aad4d5f200f2236e5d1849c12ab86b0559 Mon Sep 17 00:00:00 2001 From: Harley White Date: Tue, 13 Jul 2021 12:46:19 -0400 Subject: [PATCH] Update version --- changelog.md | 1 + js/Demo/demoMod.js | 2 +- js/game.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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" }