Skip to content

Commit d9f31bb

Browse files
committed
Bump version to 0.1.2
1 parent 1c89cdd commit d9f31bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if(ESP_IDF_BUILD)
8787
# ==============================================================================
8888

8989
else()
90-
project(micro_flac VERSION 0.1.1 LANGUAGES CXX)
90+
project(micro_flac VERSION 0.1.2 LANGUAGES CXX)
9191

9292
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/host.cmake)
9393

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "FLAC audio decoder optimized for ESP32 with Xtensa assembly optimi
66
license: "Apache-2.0"
77
maintainers:
88
- Kevin Ahrendt <kevin.ahrendt@openhomefoundation.org>
9-
version: "0.1.1"
9+
version: "0.1.2"
1010
url: https://github.com/esphome-libs/micro-flac
1111
repository: https://github.com/esphome-libs/micro-flac.git
1212
files:

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-flac",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "FLAC audio decoder optimized for ESP32 with Xtensa assembly optimizations",
55
"keywords": ["flac", "audio", "decoder", "esp32", "embedded"],
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)