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