Skip to content

Commit

Permalink
Use valid version in library.properties (#22)
Browse files Browse the repository at this point in the history
The previous version value caused the Arduino IDE to display warnings:

Invalid version found: 1.0.9a

This warning can be especially confusing for users since the Arduino IDE doesn't say which library is the source of the problem.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
  • Loading branch information
per1234 authored and baldram committed Aug 3, 2018
1 parent 71d4f78 commit cce9ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=VS1053 Library for ESP8266/ESP32
version=1.0.9a
version=1.0.9-a
author=Baldram
maintainer=Baldram <[email protected]>
sentence=This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards
Expand Down

0 comments on commit cce9ead

Please sign in to comment.