From 3ecaaf4f9ccbb95308df1e6e6f24ca056bd361ce Mon Sep 17 00:00:00 2001 From: MatCat Date: Tue, 2 Mar 2021 14:13:16 -0800 Subject: [PATCH] Forgot to incrament version :) --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 0486347..ceb2297 100644 --- a/js/main.js +++ b/js/main.js @@ -2,7 +2,7 @@ MatCat BrowserLogic Simulator */ -let Version = "0.3.2"; +let Version = "0.3.3"; let spanVersion = document.getElementById("version"); spanVersion.innerText = Version; // get the canvas and get the engine object going