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" }