Skip to content

Commit cce9ead

Browse files
per1234baldram
authored andcommitted
Use valid version in library.properties (#22)
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
1 parent 71d4f78 commit cce9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VS1053 Library for ESP8266/ESP32
2-
version=1.0.9a
2+
version=1.0.9-a
33
author=Baldram
44
maintainer=Baldram <[email protected]>
55
sentence=This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards

0 commit comments

Comments
 (0)