Skip to content

Commit

Permalink
Use "SemVer" compliant library version number
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
baldram authored Aug 3, 2018
1 parent cce9ead commit fc49833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP_VS1053_Library",
"version": "1.0.9a",
"version": "1.0.9-a",
"keywords": "vs1053, esp8266, esp32, nodemcu, codec, mp3",
"description": "This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards",
"authors": [
Expand Down

0 comments on commit fc49833

Please sign in to comment.