Skip to content

Commit 9af7c40

Browse files
authored
Bump version to v0.2.0 (#14)
1 parent aa7c5c5 commit 9af7c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ description: "Opus audio codec library for ESP32 - high-quality audio compressio
66
license: "Apache-2.0"
77
maintainers:
88
- Kevin Ahrendt <kevin.ahrendt@openhomefoundation.org>
9-
version: "0.1.0"
9+
version: "0.2.0"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-opus",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Wrapper for the Opus audio codec with PSRAM support and Xtensa DSP optimizations",
55
"keywords": ["opus", "audio", "codec"],
66
"repository": {

0 commit comments

Comments
 (0)