diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 08cddabcbdd..592c7c9b454 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.5.1 (07-10-2023) +- Update to latest version from gabe565/CastSponsorSkip + ## 0.5.0 (23-09-2023) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 8cd577892ce..149f7a50c9d 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -27,5 +27,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.5.0" + "version": "0.5.1" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index cacd1c24018..a03e3605370 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-09-2023", + "last_update": "07-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.5.0" + "upstream_version": "0.5.1" }