Bump db and main version

This commit is contained in:
b 2021-01-09 19:55:47 -06:00
parent 5d05ce5e1d
commit db964038f4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
const DB_VERSION = 5;
const DB_VERSION = 6;
// @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 = "3.0";
const BUILD_VERSION = "3.1";
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";