From 02089afb4ec313852609f475aa368bb1c7b537c2 Mon Sep 17 00:00:00 2001 From: jressel01 <70316907+jressel01@users.noreply.github.com> Date: Fri, 5 Mar 2021 11:55:47 +0100 Subject: [PATCH] Update manifest.json add version --- custom_components/isc/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/isc/manifest.json b/custom_components/isc/manifest.json index 129e1b0..6ee5c4f 100644 --- a/custom_components/isc/manifest.json +++ b/custom_components/isc/manifest.json @@ -3,6 +3,7 @@ "name": "ics", "documentation": "https://github.com/KoljaWindeler/ics/blob/master/README.md", "config_flow": true, + "version": "0.5.0", "requirements": [ "recurring-ical-events", "icalendar>=4.0.4",