ver bump + fixes for screen readers

This commit is contained in:
Marek Farkaš
2025-08-30 17:45:59 +02:00
parent 268745ae2e
commit 5d3045fe33
5 changed files with 9 additions and 54 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const versionDate = new Date('May 30, 2025 21:00:00');
const currentVersion = `v1.3.9 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
const versionDate = new Date('Aug 30, 2025 21:00:00');
const currentVersion = `v10 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
function loadScript(src) {