From 852f2f8953fb54ee2ad41e59f5547e6207c94d27 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Sep 2025 02:00:56 +0200 Subject: [PATCH] Updater bot : whoogle updated to 0.9.4 --- 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 d145d223a..6ed17ef69 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.9.4 (20-09-2025) +- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) + ## 0.9.3 (25-01-2025) - 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 4badbade0..965e9a235 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -127,5 +127,5 @@ "slug": "whoogle-search", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.9.3" + "version": "0.9.4" } diff --git a/whoogle/updater.json b/whoogle/updater.json index d534d612e..678e10dbf 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-01-2025", + "last_update": "20-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.9.3" + "upstream_version": "0.9.4" }