Unsure whether this would be more benefit than hassle (having to remember to update an internal version number).
All thats necessary is to send a getRequest to https://api.github.com/repos/ramsay-t/ShefRobot/releases/latest and check that "tag_name": "1.0.2" matches an internal string.
This can easily be completed using the HttpAdapter util class I have kicking around (I wrote it for automatically handling redirects and cookies [it's cookie support is a bit rough though]) and regex.
Unsure whether this would be more benefit than hassle (having to remember to update an internal version number).
All thats necessary is to send a getRequest to
https://api.github.com/repos/ramsay-t/ShefRobot/releases/latestand check that"tag_name": "1.0.2"matches an internal string.This can easily be completed using the
HttpAdapterutil class I have kicking around (I wrote it for automatically handling redirects and cookies [it's cookie support is a bit rough though]) and regex.