From ed723c374a17cd5cdc0dbc0f524032d5b9aa29d0 Mon Sep 17 00:00:00 2001 From: StempunkDev Date: Fri, 28 Jul 2023 12:13:15 +0200 Subject: [PATCH] Version Bump --- index.html | 6 +++--- modules/dynamic/auto-update.js | 5 +++++ versioning.js | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) 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;