Skip to content

Commit

Permalink
Bump version to 1.1 to make PIO grab latest
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jul 10, 2018
1 parent 0987b12 commit 1f481a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ESP8266Audio",
"description": "Audio file format and I2S DAC library",
"keywords": "ESP8266, ESP32, MP3, WAV, MOD, FLAC, I2S, DAC, Delta-Sigma",
"keywords": "ESP8266, ESP32, MP3, AAC, WAV, MOD, FLAC, RTTTL, I2S, DAC, Delta-Sigma",
"authors": [
{
"name": "Earle F. Philhower, III",
Expand All @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/earlephilhower/ESP8266Audio"
},
"version": "1.0",
"version": "1.1",
"homepage": "https://github.com/earlephilhower/ESP8266Audio",
"frameworks": "Arduino",
"examples": [
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP8266Audio
version=1.0
version=1.1
author=Earle F. Philhower, III
maintainer=Earle F. Philhower, III
sentence=Audio file and I2S sound playing routines.
paragraph=Decode compressed MP3, FLAC, Screamtracker MOD, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.
paragraph=Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.
category=Signal Input/Output
url=https://github.com/earlephilhower/ESP8266Audio
architectures=esp8266,esp32
Expand Down

0 comments on commit 1f481a9

Please sign in to comment.