From c2cd53c8013be62f26c08652e3eb279bd2281b78 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sun, 1 May 2022 15:40:10 +0300 Subject: [PATCH] Update version to 3.0.1 --- custom_components/sonoff/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/sonoff/manifest.json b/custom_components/sonoff/manifest.json index a03c0c41..d400f3dc 100644 --- a/custom_components/sonoff/manifest.json +++ b/custom_components/sonoff/manifest.json @@ -7,6 +7,6 @@ "codeowners": ["@AlexxIT"], "dependencies": ["http", "zeroconf"], "requirements": ["pycryptodome>=3.6.6"], - "version": "3.0.0", + "version": "3.0.1", "iot_class": "local_push" }