Forgot to incrament version :)

This commit is contained in:
MatCat 2021-03-02 14:13:16 -08:00
parent a1668b6f88
commit 3ecaaf4f9c

View File

@ -2,7 +2,7 @@
MatCat BrowserLogic Simulator MatCat BrowserLogic Simulator
*/ */
let Version = "0.3.2"; let Version = "0.3.3";
let spanVersion = document.getElementById("version"); let spanVersion = document.getElementById("version");
spanVersion.innerText = Version; spanVersion.innerText = Version;
// get the canvas and get the engine object going // get the canvas and get the engine object going