From 3ad8ec6285a899dab403743e0379c9222bb3e3f9 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 17 Sep 2022 14:38:49 +0300 Subject: [PATCH] chore: pump version to 1.87.10 --- index.html | 8 ++++---- versioning.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 38e5cf2f..c611fc91 100644 --- a/index.html +++ b/index.html @@ -7807,7 +7807,7 @@ - + @@ -7831,15 +7831,15 @@ - + - + - + diff --git a/versioning.js b/versioning.js index e8667969..943084ec 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.87.09"; // generator version, update each time +const version = "1.87.10"; // generator version, update each time { document.title += " v" + version;