From 6935ada2a72a7bca399defe774bc62c4b2769488 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Wed, 25 Aug 2021 21:39:10 -0700 Subject: [PATCH] Bump version to v2.0.0 . (#136) --- custom_components/frigate/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index a2907e1d..b0615a83 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -2,7 +2,7 @@ "domain": "frigate", "documentation": "https://github.com/blakeblackshear/frigate", "name": "Frigate", - "version": "1.1.2", + "version": "2.0.0", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "dependencies": [ "http", @@ -15,4 +15,4 @@ ], "requirements": [], "iot_class": "local_push" -} \ No newline at end of file +}