From 2e81966afb778316a9277bb01a8c0a8eb87099d3 Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 23 Jul 2025 17:37:27 +0300 Subject: [PATCH] Bump version to 0.5.0 and update repo URLs. --- README.md | 2 +- idf_component.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2694e95..aba6d7b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ dependencies: # Add as a custom component from git repository relay_chn: git: https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git - version: '>=0.4.0' + version: '>=0.5.0' ``` ## Usage diff --git a/idf_component.yml b/idf_component.yml index 1b0dbad..bad0713 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,6 +1,6 @@ name: relay_chn -version: "0.4.0" +version: "0.5.0" description: "Custom component for relay channel control" license: "MIT" -url: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn_component" -repository: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn_component.git" \ No newline at end of file +url: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn" +repository: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git" \ No newline at end of file -- 2.39.5