diff --git a/builder.js b/builder.js index 6d4a77b..b9870a4 100644 --- a/builder.js +++ b/builder.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "6.8.4"; +const BUILD_VERSION = "6.8.5"; function setTitle() { document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")"; diff --git a/load.js b/load.js index 9dcf27f..403e49d 100644 --- a/load.js +++ b/load.js @@ -1,4 +1,4 @@ -const DB_VERSION = 16; +const DB_VERSION = 17; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js let db;