We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b49df1 commit 202856dCopy full SHA for 202856d
CMakeLists.txt
@@ -45,7 +45,7 @@ if(ESP_PLATFORM)
45
return()
46
endif()
47
48
-project(esp-audio-libs VERSION 2.0.1)
+project(esp-audio-libs VERSION 2.0.2)
49
50
# Standalone build configuration
51
add_library(esp-audio-libs STATIC ${srcs})
library.json
@@ -1,6 +1,6 @@
1
{
2
"name": "esp-audio-libs",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Libraries for playing audio files on ESP32 devices",
5
"keywords": "audio",
6
"repository":
0 commit comments