Bump version

This commit is contained in:
b 2021-01-13 00:00:55 -06:00
parent 639d790f74
commit b9fa02e376
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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;