From 0993121a1e8ade61cb6777de26da2f3a716bb9d9 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sat, 7 Nov 2020 15:31:34 -0500 Subject: [PATCH] Update changelog --- changelog.md | 1 + js/game.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5b237c5..d8ab3d7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # The Modding Tree changelog: +## v2.2: Uprooted - 11/7/20 - You can now embed a layer inside of a subtab or microtab! - Added support for hiding the tree tab (although some aspects are still lazy and WIP) - Added shouldNotify to subtab/microtab buttons. (You can make them highlighted) diff --git a/js/game.js b/js/game.js index e424598..7c486af 100644 --- a/js/game.js +++ b/js/game.js @@ -4,8 +4,8 @@ var gameEnded = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.1.3.1", - tmtName: "We should have thought of this sooner!" + tmtNum: "2.2", + tmtName: "Uprooted" } function getResetGain(layer, useType = null) {