Skip to content

Commit dd6fba4

Browse files
authored
Merge pull request #8 from baldram/baldram-patch-1
Update library version
2 parents ce9e817 + bb80235 commit dd6fba4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a PlatformIO library for the generic **[VS1053 Breakout](http://www.vlsi
44
A powerful Ogg Vorbis / MP3 / AAC / WMA / FLAC / MIDI Audio Codec chip.<br/>
55
Read more: [http://www.vlsi.fi/en/products/vs1053.html](http://www.vlsi.fi/en/products/vs1053.html).
66

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

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

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP_VS1053_Library",
3-
"version": "1.0.3",
3+
"version": "1.0.6",
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": [
@@ -32,4 +32,4 @@
3232
"[Ee]xamples/*/*.ino",
3333
"[Ee]xamples/*/*.h"
3434
]
35-
}
35+
}

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.3
2+
version=1.0.6
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)