From e31112af09337275189c6e9efbf16e2814340cd8 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sat, 23 Apr 2022 11:12:17 +0300 Subject: [PATCH] Update version to 3.0rc1 --- 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 0ed5211a..f849fb27 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": "v3.0a1", + "version": "3.0rc1", "iot_class": "local_push" }