From 772ecd2e5cb5d41c13b7c333c6d5f19bebed891c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Dec 2024 01:58:42 +0100 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.8.1 --- sponsorblockcast/CHANGELOG.md | 3 +++ sponsorblockcast/config.json | 2 +- sponsorblockcast/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 79b355e75..505692af4 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.1 (21-12-2024) +- Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases) + ## 0.8.0 (24-08-2024) - Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 5efa40e01..3d1d5a594 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -28,5 +28,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.8.0" + "version": "0.8.1" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index d58f28b58..a50af2a8c 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-08-2024", + "last_update": "21-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.8.0" + "upstream_version": "0.8.1" }