Skip to content

Commit 3044568

Browse files
Update version
1 parent 8adeb31 commit 3044568

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

library.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/earlephilhower/ESP8266Audio"
15+
"url": "https://github.com/earlephilhower/ESP8266Audio"
1616
},
17-
"version": "1.9.9",
17+
"version": "2.0.0",
1818
"homepage": "https://github.com/earlephilhower/ESP8266Audio",
1919
"frameworks": "Arduino",
2020
"examples": [
2121
"examples/*/*.ino"
2222
],
23-
"build": {
24-
"libLDFMode": "deep"
25-
}
26-
}
23+
"build": {
24+
"libLDFMode": "deep"
25+
}
26+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266Audio
2-
version=1.9.9
2+
version=2.0.0
33
author=Earle F. Philhower, III
44
maintainer=Earle F. Philhower, III
55
sentence=Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040

0 commit comments

Comments
 (0)