garmin / LIDARLite_Arduino_Library

High-performance optical distance sensing.
Apache License 2.0
181 stars 84 forks source link

Fixed invalid version string #4

Closed tompropst closed 7 years ago

tompropst commented 7 years ago

The version string in the library.properties file had a v prefix which caused the Arduino IDE to show an invalid version warning. This goes away if you stick to the x.y.z version format with no other characters.

nseverson commented 7 years ago

Thanks. Updated version to 1.0.3 to play nice with the Arduino Library Manager.