Skip to content

Commit 4d1dfba

Browse files
committed
Bump version to 2.0.3
1 parent c12ef47 commit 4d1dfba

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.2)
48+
project(esp-audio-libs VERSION 2.0.3)
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.2",
3+
"version": "2.0.3",
44
"description": "Libraries for playing audio files on ESP32 devices",
55
"keywords": "audio",
66
"repository":

0 commit comments

Comments
 (0)