From e148df8e00ac29f42109e0713f2e469b5a45289c Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sun, 13 Dec 2020 15:46:19 -0500 Subject: [PATCH] Update game.js --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 327e3cb..454b66e 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.3.1", + tmtNum: "2.3.2", tmtName: "Cooler and Newer Edition" }