From 3bdaadf13d8994d021743f7950022d327d0f8c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Sat, 30 Nov 2024 16:44:23 +0100 Subject: [PATCH] Fix #722: Incorrect version in manifest --- custom_components/tapo_control/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tapo_control/manifest.json b/custom_components/tapo_control/manifest.json index 8b600a4..22d5379 100644 --- a/custom_components/tapo_control/manifest.json +++ b/custom_components/tapo_control/manifest.json @@ -6,7 +6,7 @@ "codeowners": [ "@JurajNyiri" ], - "version": "5.8.2", + "version": "5.8.4", "requirements": [ "pytapo==3.3.36" ],