Bump version number

This commit is contained in:
b 2021-01-07 19:17:39 -06:00
parent f139e8b231
commit f3c2cefd5a

View file

@ -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+")";