From fd173b88800811ec5afca1de639fd26c0445f657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Montero=20Lamas?= Date: Wed, 4 Sep 2024 00:01:54 +0200 Subject: [PATCH] Update versioning.js to 1.102.0 --- versioning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioning.js b/versioning.js index ac005116..93bbb8e4 100644 --- a/versioning.js +++ b/versioning.js @@ -12,7 +12,7 @@ * * Example: 1.102.0 -> Major version 1, Minor version 102, Patch version 0 */ -const VERSION = "1.101.02"; +const VERSION = "1.102.0"; { document.title += " v" + VERSION;