Notifications for updates to Arduino libraries?

Not sure if this has been discussed, but as you update the iOS & Android apps, presumably, at some point, you would update the Arduino libraries. Is there a way to be notified if the libraries get updated?

Hey, you can subscribe to github updates to see what’s going on.
Additionally, any major release (not BETA) will be communicated via email.

Thanks.

I would recommend http://gh-release-watch.com/ as the best way to watch a project for a new release, as just subscribing to a github project would also get you updates to all issues and commits.

1 Like

Thx guys, will give it a go.