From d625fbeb8b67dee0943b3284269e09fe3f92eec2 Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:48:37 +0200 Subject: [PATCH] development version bump --- 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 950a2734..2d84fc35 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!=0.1.28", "beautifulsoup4", "lxml", "pycryptodome"], - "version": "2.2.0" + "version": "2.3.0" }