From 50953dc805c0f3b6d4e7cb60f1a98c08fc31b5d4 Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:19:30 +0200 Subject: [PATCH] version bump to 2.0.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 086a3bcee..4f8cd5211 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -8,5 +8,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["icalendar", "recurring_ical_events", "icalevents", "beautifulsoup4", "lxml"], - "version": "1.49.0" + "version": "2.0.0" }