From 11a25af96680f2f64e01b1b97a06c00116e9d149 Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:03:11 +0100 Subject: [PATCH] :arrow_up: bump version --- custom_components/petkit/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/petkit/manifest.json b/custom_components/petkit/manifest.json index 79c7d43..fa64b83 100644 --- a/custom_components/petkit/manifest.json +++ b/custom_components/petkit/manifest.json @@ -7,6 +7,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues", "loggers": ["petkit"], - "requirements": ["pypetkitapi==1.7.4", "aiofiles==24.1.0"], - "version": "1.3.3" + "requirements": ["pypetkitapi==1.7.5", "aiofiles==24.1.0"], + "version": "1.3.4" }