From f3c2cefd5ae8dc013d01fb81b297755d05fd315f Mon Sep 17 00:00:00 2001 From: b Date: Thu, 7 Jan 2021 19:17:39 -0600 Subject: [PATCH] Bump version number --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+")";