From 9cd9468800e93052cfb93a11213b6b3b61be1132 Mon Sep 17 00:00:00 2001 From: Liu Zhongwei Date: Tue, 5 Nov 2024 10:36:55 +0800 Subject: [PATCH] Fix README broken link --- CHANGELOG.md | 6 ++++++ idf_component.yml | 2 +- library.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ec7f1..550eadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.1.1 - 2024-11-05 + +### Bug Fixes: + +* Fix README broken link + ## v0.1.0 - 2024-11-05 ### Enhancements: diff --git a/idf_component.yml b/idf_component.yml index c503891..650dc54 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.1.0" +version: "0.1.1" description: ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs url: https://github.com/esp-arduino-libs/ESP32_IO_Expander repository: https://github.com/esp-arduino-libs/ESP32_IO_Expander.git diff --git a/library.properties b/library.properties index 3ff246e..481fe2e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32_IO_Expander -version=0.1.0 +version=0.1.1 author=espressif maintainer=espressif sentence=ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs