From 0fe18fda25a73131e2e9cbe77bdb4e42c72fe936 Mon Sep 17 00:00:00 2001 From: Guillaume St-Pierre Date: Fri, 9 Dec 2022 17:06:12 -0500 Subject: [PATCH] Implement the versioning steps --- index.html | 12 ++++++------ versioning.js | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index d17f7072..34fdd323 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@ } - + @@ -7841,10 +7841,10 @@ - - + + - + @@ -7864,10 +7864,10 @@ - + - + diff --git a/versioning.js b/versioning.js index 9467d1b5..87a04f2d 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.88.01"; // generator version, update each time +const version = "1.89.00"; // generator version, update each time { document.title += " v" + version; @@ -28,6 +28,7 @@ const version = "1.88.01"; // generator version, update each time