Skip to content

Commit 9202f5c

Browse files
authored
Update to 26.03.201 (critical fix)
Updated the HTML structure and styles for the Winslop Update Check page, including changes to the version comparison logic.
1 parent 1bc9121 commit 9202f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1>Winslop</h1>
205205
</div>
206206

207207
<script>
208-
const latestVersion = "26.03.140";
208+
const latestVersion = "26.03.221";
209209

210210
function compareVersions(v1, v2) {
211211
const a = v1.split(".").map(Number);

0 commit comments

Comments
 (0)