Is there a service that will return the version numbers of jQuery that are hosted on Google? They are posted on their webpage, but is there a way to get that data without parsing the page text?
I want to automatically link to the latest 1.x release when scaffolding a new project (not link to the latest version on production sites).
Thanks.