diff --git a/changelog.md b/changelog.md index 699f973..e4bbac2 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ - You no longer need to supply 'rows' and 'cols' for any Big Features. - Node symbols can use HTML. - Added documentation for the respec button. +- Added ctrlDown and shiftDown variables. - Added prestigeNotify to subtabs, and prestigeNotify in subtabs also highlights the layer node. - The version number no longer contains special characters or irrational numbers. diff --git a/js/game.js b/js/game.js index 8189bcb..4eab945 100644 --- a/js/game.js +++ b/js/game.js @@ -5,7 +5,7 @@ var scrolled = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.4", + tmtNum: "2.4.0.1", tmtName: "Rationalized Edition" }