From a1ff54b6e99175459245f323be4de30d86fe7e7c Mon Sep 17 00:00:00 2001 From: ismail Date: Fri, 12 Sep 2025 09:39:16 +0300 Subject: [PATCH] Bump versions to 1.0.0 --- README.md | 2 +- idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b40d17..66852ca 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ dependencies: # Add as a custom component from git repository relay_chn: git: https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git - version: '>=0.5.0' + version: '>=1.0.0' ``` ## Usage diff --git a/idf_component.yml b/idf_component.yml index bad0713..414decb 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ name: relay_chn -version: "0.5.0" +version: "1.0.0" description: "Custom component for relay channel control" license: "MIT" url: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn"