Skip to content

Commit 202856d

Browse files
committed
Bump version to 2.0.2
1 parent 7b49df1 commit 202856d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)