diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 6bd78cc4e..8c9b13e2c 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.2 (03-02-2024) +- Update to latest version from gabe565/CastSponsorSkip ### 0.7.0-3 (30-01-2024) - Feat : add possibility for custom env addition diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 7377be7a2..2339fc5b4 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.7.0-3" + "version": "0.7.2" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 49d4f900c..36043499f 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-01-2024", + "last_update": "03-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.7.0" + "upstream_version": "0.7.2" }