From 5eabf209a8d5bc1b6fbe94775694a3dc29f2289b Mon Sep 17 00:00:00 2001 From: mampfes Date: Thu, 20 Apr 2023 19:18:36 +0200 Subject: [PATCH] update version in manifest to 1.39.0 --- custom_components/waste_collection_schedule/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/manifest.json b/custom_components/waste_collection_schedule/manifest.json index 4faebd5c9..ef7becd8b 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -7,5 +7,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["icalendar", "recurring_ical_events", "icalevents", "bs4"], - "version": "1.38.0" + "version": "1.39.0" }