Skip to content

Commit fc49833

Browse files
authored
Use "SemVer" compliant library version number
As Arduino IDE requires version number which is SemVer compliant, it was changed according to specification below: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format https://semver.org/
1 parent cce9ead commit fc49833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP_VS1053_Library",
3-
"version": "1.0.9a",
3+
"version": "1.0.9-a",
44
"keywords": "vs1053, esp8266, esp32, nodemcu, codec, mp3",
55
"description": "This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards",
66
"authors": [

0 commit comments

Comments
 (0)