diff --git a/index.html b/index.html index 16bb9ebc..e665c002 100644 --- a/index.html +++ b/index.html @@ -7888,14 +7888,14 @@ - - + + - + diff --git a/modules/dynamic/auto-update.js b/modules/dynamic/auto-update.js index 6c280826..ef697015 100644 --- a/modules/dynamic/auto-update.js +++ b/modules/dynamic/auto-update.js @@ -636,4 +636,9 @@ export function resolveVersionConflicts(version) { if (coa?.shield === "state") delete coa.shield; }); } + + if (version < 1.89) { + //May need a major bump + + } } diff --git a/versioning.js b/versioning.js index b4c896a2..132d7271 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.89.35"; // generator version, update each time +const version = "1.89.36"; // generator version, update each time { document.title += " v" + version;