From 2c65dc5f7d307b428eb440e96749962b8fe614c2 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sat, 17 Oct 2020 20:42:37 -0400 Subject: [PATCH] Update version # --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 8880a40..d61e42d 100644 --- a/js/game.js +++ b/js/game.js @@ -5,7 +5,7 @@ var gameEnded = false; // Don't change this const TMT_VERSION = { - tmtNum: "2.1", + tmtNum: "2.1.1", tmtName: "We should have thought of this sooner!" }