Skip to content

Commit d6184e0

Browse files
Update version
1 parent c075b39 commit d6184e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "git",
1515
"url": "https://github.com/earlephilhower/ESP8266Audio"
1616
},
17-
"version": "2.4.0",
17+
"version": "2.4.1",
1818
"homepage": "https://github.com/earlephilhower/ESP8266Audio",
1919
"frameworks": "Arduino",
2020
"examples": [

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=2.4.0
2+
version=2.4.1
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

src/ESP8266AudioVer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22
#define ESP8266AUDIO_MAJOR 2
33
#define ESP8266AUDIO_MINOR 4
4-
#define ESP8266AUDIO_REVISION 0
5-
#define ESP8266AUDIO_VERSION_STR "2.4.0"
4+
#define ESP8266AUDIO_REVISION 1
5+
#define ESP8266AUDIO_VERSION_STR "2.4.1"

0 commit comments

Comments
 (0)