From 41f084f418ac5ec9bcecd27cb38bb263097f01ce Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sun, 13 Dec 2020 15:41:18 -0500 Subject: [PATCH] Fixed popups --- changelog.md | 3 +++ index.html | 2 ++ js/Demo/demoMod.js | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 456e6e7..e00b5c2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # The Modding Tree changelog: +## v2.3.2 - 12/13/20 +- Fixed achievement/milestone popups. + ## v2.3.1 - 12/12/20 - Another attempt to fix flickering tooltips. - The "this" keyword should work everywhere except tabFormat arrays (although I may have missed some things). diff --git a/index.html b/index.html index f2ac692..4a621bc 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ + + diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index f7797d8..68dc89b 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.3.1", + num: "2.3.2", name: "Cooler and Newer Edition", }