From 02ab137ae5bf9dd6f215bf008459233dbe469a66 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 27 Jan 2024 13:07:33 -0700 Subject: [PATCH] Update version to 5.0 --- 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 0e2a9aed..18aed96a 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-beta.3" + "version": "5.0.0" }