diff --git a/test.js b/test.js index 7c8e5a1..e13a835 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "1.0"; +const BUILD_VERSION = "1.1"; document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";