From fa896b297a9d73699c2d8a209646d2755588a628 Mon Sep 17 00:00:00 2001 From: Tim Empringham Date: Tue, 7 Sep 2021 14:12:19 -0400 Subject: [PATCH] Update version number to match new release to fix connection class issue. --- custom_components/spacex/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/spacex/manifest.json b/custom_components/spacex/manifest.json index 2a5b75e..ad1383b 100644 --- a/custom_components/spacex/manifest.json +++ b/custom_components/spacex/manifest.json @@ -14,6 +14,6 @@ "codeowners": [ "@djtimca" ], - "version": "028", + "version": "029", "iot_class": "cloud_polling" }