v0.4.4 — Fix OTA: CurrentVersion + version.json Feldname

This commit is contained in:
clawd
2026-02-20 11:06:16 +00:00
parent fc7fad9713
commit 7b207319df

View File

@@ -16,7 +16,7 @@ import (
const ( const (
// Aktuelle Version der App // Aktuelle Version der App
CurrentVersion = "1.0.0" CurrentVersion = "0.4.3"
// Update-Check URL // Update-Check URL
UpdateURL = "https://speiseplan.supertoll.xyz/version.json" UpdateURL = "https://speiseplan.supertoll.xyz/version.json"
) )