So I'd love to add a version check to my game: That is an API call that allows me to check the version number in a channel and compare that to the version in the current build. Then I can alert people that don't use the itch.io app to update the game.
I've been looking at the API and had some troubles with the GET query parameters plus it seems there's no version information available.
Anyone ever solved this?