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"