From db964038f47fd677f8ec99b4119545e1f6e09e7b Mon Sep 17 00:00:00 2001 From: b Date: Sat, 9 Jan 2021 19:55:47 -0600 Subject: [PATCH] Bump db and main version --- load.js | 2 +- test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/load.js b/load.js index aac55fa..7ad20df 100644 --- a/load.js +++ b/load.js @@ -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; diff --git a/test.js b/test.js index 0b278ac..4367282 100644 --- a/test.js +++ b/test.js @@ -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+")";