From a512c090d6c8350fb405a5fc902554705bb6e40b Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Mon, 2 Sep 2024 16:46:52 +0200 Subject: [PATCH] New Release --- .version | 2 +- custom_components/pysmaplus/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 0af2bb7..f7abe27 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.1.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 7117621..5df0c2c 100644 --- a/custom_components/pysmaplus/manifest.json +++ b/custom_components/pysmaplus/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/littleyoda/ha-pysmaplus/issues", "loggers": ["pysma"], - "requirements": ["pysma-plus>=0.3.11.7"], - "version": "0.4.1.1" + "requirements": ["pysma-plus>=0.3.11.9"], + "version": "0.4.2" }