chore: update version to 1.6.2

This commit is contained in:
Linus Rath
2026-05-06 20:07:36 +02:00
parent 91cf125a5d
commit 178922323d
30 changed files with 89 additions and 43 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export async function fetchStatus(
if (!endpoint) return { ok: false, error: 'endpoint blank' };
if (!currentVersion) return { ok: false, error: 'current version blank' };
// Build the URL safely never inject the version as a raw path component.
// Build the URL safely - never inject the version as a raw path component.
let url: URL;
try {
url = new URL(endpoint);