From 9fe8717a66db4e14d32ec361e85700cf99a78fb4 Mon Sep 17 00:00:00 2001 From: Harley White Date: Thu, 10 Jun 2021 21:58:34 -0400 Subject: [PATCH] Fixed popup.css error message --- changelog.md | 3 +++ index.html | 1 - js/Demo/demoMod.js | 2 +- js/game.js | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 4fd48ce..0f4c59b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # The Modding Tree changelog: +# v2.6.2.2 - 6/10/21 +- Fixed an error message regarding popup.css. + # v2.6.2.1 - 6/10/21 - Fixed a visual bug with milestones. diff --git a/index.html b/index.html index 237fd69..977ae2b 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,6 @@ - diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 5571d98..95c3cf0 100644 --- a/js/Demo/demoMod.js +++ b/js/Demo/demoMod.js @@ -11,7 +11,7 @@ let modInfo = { // Set your version in num and name let VERSION = { - num: "2.6.2.1", + num: "2.6.2.2", name: "Fixed Reality", } diff --git a/js/game.js b/js/game.js index c1b07fe..936bb9a 100644 --- a/js/game.js +++ b/js/game.js @@ -4,7 +4,7 @@ var gameEnded = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.6.2.1", + tmtNum: "2.6.2.2", tmtName: "Fixed Reality" }