This commit is contained in:
Marek Farkaš
2025-09-11 13:49:37 +02:00
parent 3c2d9a154a
commit bb2880bec9
3 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const versionDate = new Date('Aug 30, 2025 21:00:00');
const currentVersion = `v1.3.10 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
const versionDate = new Date('Sep 10, 2025 14:00:00');
const currentVersion = `v1.3.11 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
function loadScript(src) {