From 3134632310ad93b150093d2fbd5a70cabc2f4e11 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 27 Nov 2023 09:43:53 +0100 Subject: [PATCH] Increased version in manifest --- custom_components/mypyllant/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index 44596b3..6a6e9c1 100644 --- a/custom_components/mypyllant/manifest.json +++ b/custom_components/mypyllant/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues", "requirements": ["myPyllant==0.6.3"], - "version": "v0.6.0" + "version": "v0.6.1" }