From d7ff57a62e02ebc090c6689586cf05e6db8a12df Mon Sep 17 00:00:00 2001 From: abobija Date: Sun, 27 Oct 2024 10:40:33 +0100 Subject: [PATCH] Removed IDF support version from README (#13) --- README.md | 2 +- idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56731d1..9fa0b11 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Description -Library (component) for making Discord Bots on the ESP32, packaged as [ESP-IDF](https://github.com/espressif/esp-idf) component. Supporting IDF version `^4.1`. +Library (component) for making Discord Bots on the ESP32, packaged as [ESP-IDF](https://github.com/espressif/esp-idf) component. ## Installation diff --git a/idf_component.yml b/idf_component.yml index bde0f2c..559a013 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "2.0.0" +version: "2.0.1" description: "Library for hosting Discord Bots" url: "https://github.com/abobija/esp-discord" repository: "https://github.com/abobija/esp-discord.git"