Fix anima-infused curiass (1.20), bump versions

This commit is contained in:
b 2021-01-13 06:41:01 -06:00
parent b9fa02e376
commit 33efd2c4a6
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ console.log(url_tag);
* END testing section
*/
const BUILD_VERSION = "6.8.5";
const BUILD_VERSION = "6.8.6";
function setTitle() {
document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";

View file

@ -275997,7 +275997,7 @@
"spPct1": 0,
"spRaw1": -1,
"spPct2": 0,
"spRaw2": -1,
"spRaw2": 0,
"spPct3": 0,
"spRaw3": -1,
"spPct4": 0,

File diff suppressed because one or more lines are too long

View file

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