From 695b6d3f0877e4009b1d1cc1de3e1253ca5ea427 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Tue, 26 Apr 2022 21:50:05 +0300 Subject: [PATCH] Update version to 3.0rc4 --- 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 0d3f0312..c4efd83b 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.0rc3", + "version": "3.0rc4", "iot_class": "local_push" }