Skip to content

Commit

Permalink
Merge pull request #8 from baldram/baldram-patch-1
Browse files Browse the repository at this point in the history
Update library version
  • Loading branch information
baldram authored Jul 8, 2018
2 parents ce9e817 + bb80235 commit dd6fba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a PlatformIO library for the generic **[VS1053 Breakout](http://www.vlsi
A powerful Ogg Vorbis / MP3 / AAC / WMA / FLAC / MIDI Audio Codec chip.<br/>
Read more: [http://www.vlsi.fi/en/products/vs1053.html](http://www.vlsi.fi/en/products/vs1053.html).

The library may be base to build your own webradio player or different audio device.
The library may be a base to build your own webradio player or different audio device.

Designed specifically to work with the **Espressif ESP8266** and **ESP32** boards.

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP_VS1053_Library",
"version": "1.0.3",
"version": "1.0.6",
"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 Expand Up @@ -32,4 +32,4 @@
"[Ee]xamples/*/*.ino",
"[Ee]xamples/*/*.h"
]
}
}
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.3
version=1.0.6
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 dd6fba4

Please sign in to comment.