From ceba329bd622878c7b45874bbaefc8c06f116a45 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 21 May 2022 23:54:59 +0300 Subject: [PATCH] pump version to 1.83.0 --- index.html | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 577b4140..e6883666 100644 --- a/index.html +++ b/index.html @@ -2977,7 +2977,7 @@
- + diff --git a/versioning.js b/versioning.js index ee337422..bc450f65 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.82.05"; // generator version, update each time +const version = "1.83.0"; // generator version, update each time { document.title += " v" + version;