Skip to content

Commit 0bf16d2

Browse files
committed
Bump version to 2.0.4
1 parent 413c8e5 commit 0bf16d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if(ESP_PLATFORM)
4545
return()
4646
endif()
4747

48-
project(esp-audio-libs VERSION 2.0.3)
48+
project(esp-audio-libs VERSION 2.0.4)
4949

5050
# Standalone build configuration
5151
add_library(esp-audio-libs STATIC ${srcs})

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp-audio-libs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Libraries for playing audio files on ESP32 devices",
55
"keywords": "audio",
66
"repository":

0 commit comments

Comments
 (0)