From 9100becc17b37c5a153b160eb84315803181b4ed Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 1 Sep 2023 14:52:03 -0600 Subject: [PATCH 1/2] Set version for beta --- custom_components/frigate/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index 22d4ebe6..d106eb6b 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "requirements": ["pytz==2022.7"], - "version": "4.0.0" + "version": "5.0.0-beta1" } From a3c25f8c4d2c5d4b24793c9995881ad2d270516a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 10 Sep 2023 20:17:18 -0600 Subject: [PATCH 2/2] Update custom_components/frigate/manifest.json Co-authored-by: Dermot Duffy --- custom_components/frigate/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index d106eb6b..933131dc 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "requirements": ["pytz==2022.7"], - "version": "5.0.0-beta1" + "version": "5.0.0-beta.1" }