From c2ca14e76d775ce88c715a0a3c0f08145afa0411 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Wed, 19 Jun 2024 15:23:45 +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 9fc80f9..87a0871 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 4d7f632..9a17728 100644 --- a/custom_components/pysmaplus/manifest.json +++ b/custom_components/pysmaplus/manifest.json @@ -8,6 +8,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/littleyoda/ha-pysmaplus/issues", "loggers": ["pysma"], - "requirements": ["pysma-plus>=0.3.2"], - "version": "0.3.2" + "requirements": ["pysma-plus>=0.3.3"], + "version": "0.3.3" }