From 3eba2d51342d76f605ff2eb1c71805116c67acb2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Mar 2025 01:58:39 +0100 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.8.2 --- 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 505692af4..05370809a 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.2 (08-03-2025) +- Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases) + ## 0.8.1 (21-12-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 3d1d5a594..fc5ee034e 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.1" + "version": "0.8.2" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index a50af2a8c..16f6b17a9 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "08-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.8.1" + "upstream_version": "0.8.2" }