From c4fac1e17a847f29cc64ae6124d78149da3aad16 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Nov 2024 02:06:37 +0100 Subject: [PATCH] Updater bot : whoogle updated to 0.9.1 --- whoogle/CHANGELOG.md | 3 +++ whoogle/config.json | 2 +- whoogle/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 5f8352e82..4f0ff0214 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.9.1 (02-11-2024) +- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) + ## 0.9.0 (05-10-2024) - Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) diff --git a/whoogle/config.json b/whoogle/config.json index 757a87b20..959341b1b 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -123,5 +123,5 @@ "slug": "whoogle-search", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.9.0" + "version": "0.9.1" } diff --git a/whoogle/updater.json b/whoogle/updater.json index fe202d96b..4db4bc477 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-10-2024", + "last_update": "02-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.9.0" + "upstream_version": "0.9.1" }