v1.3.2 not released to Arduino?
friedl-priv opened this issue · 3 comments
Hi!
Forgive my ignorance, but when I use the Arduino library manager (v1.8.13) I can only install FastPID up to v1.3.1.
You released v1.3.2 back in 2019.
How are your changes propagated to Arduino library manager?
It looks to me that the issue is simply the library.properties file was not updated with the new version, so the Arduino Library Manager does not recognize it as a new release.
You can simply download, or clone, the package from here and manually replace the files in your library folder (found in your sketchbook folder). The Library Manager will still recognize it as v1.3.1, but you'll in fact have the latest files.
Might I just suggest to bump the version to v1.3.3, correct the library.properties and then do a release?
Fixed by #19 . Thanks!