From 4f3e0daab427eaa743b05d0153cf9d6d30c58f81 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 6 May 2022 06:09:58 +0300 Subject: [PATCH] Update version to 3.0.4 --- 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 0983a2b0..6b6d7ada 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.3", + "version": "3.0.4", "iot_class": "local_push" }