Yeah, then it can reply: 2.1.0 Macos 2.1.0.1 Windows 2.0.0.5555
I was actually thinking the plugin would send e.g. ``` platform: macOS version: 2.0.0 build_date: 2024-06-21 ``` and the server would only reply `TRUE` or `FALSE` based on whether the update is available for the given platform, version and date. Having the whole logic on the server would allow us stop update notifications e.g. if we made some buggy release and didn't want users to update to it.