Bump version numbers

This commit is contained in:
b 2021-01-10 06:21:32 -06:00
parent 5df67469e1
commit 7dd93bf73c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
const DB_VERSION = 7;
const DB_VERSION = 8;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db;

View file

@ -11,7 +11,7 @@ console.log(url_tag);
* END testing section
*/
const BUILD_VERSION = "4.1";
const BUILD_VERSION = "4.2";
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";