From 30a4da83ccbf99be20b17177037e0193d3d0a6f9 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 10 Mar 2024 12:29:04 -0400 Subject: [PATCH] bumped version to v1.0.7 --- custom_components/ultrasync/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ultrasync/manifest.json b/custom_components/ultrasync/manifest.json index 087946f..fef5c25 100644 --- a/custom_components/ultrasync/manifest.json +++ b/custom_components/ultrasync/manifest.json @@ -2,7 +2,7 @@ "domain": "ultrasync", "name": "UltraSync Alarm Panel", "iot_class": "local_polling", - "version": "1.0.6", + "version": "1.0.7", "documentation": "https://www.home-assistant.io/integrations/ultrasync", "issue_tracker": "https://github.com/caronc/ha-ultrasync/issues", "requirements": ["ultrasync==1.0.0"],