Update to 1.2.260

This commit is contained in:
Belim
2025-05-22 08:29:23 +02:00
committed by GitHub
parent 5a707075d1
commit 4377265717
+1 -1
View File
@@ -143,7 +143,7 @@
<!-- Update Logic Script -->
<script>
const latestVersion = "1.1.236";
const latestVersion = "1.2.260";
function compareVersions(v1, v2) {
const a = v1.split(".").map(Number);