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", }