From 2d5de7e422023f7d0d6478007616fdd9cf4a08d7 Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Sun, 18 Aug 2024 21:11:49 +0100 Subject: [PATCH] bump to 0.42.1 --- custom_components/ramses_cc/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ramses_cc/manifest.json b/custom_components/ramses_cc/manifest.json index f94049a..247245e 100644 --- a/custom_components/ramses_cc/manifest.json +++ b/custom_components/ramses_cc/manifest.json @@ -8,10 +8,10 @@ "loggers": ["ramses_rf"], "requirements": [ "pyserial-asyncio-fast>=0.14", - "ramses-rf==0.42.0" + "ramses-rf==0.42.1" ], "config_flow": true, "single_config_entry": true, "type": "hub", - "version": "0.42.0" + "version": "0.42.1" }