diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index fb56e8a04..2a5dda606 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.4.0 (02-09-2023) +- Update to latest version from gabe565/CastSponsorSkip ### 1.3-4 (27-08-2023) - Chromecast check fixed @bruvv - Readme updated to reflect the changes @bruvv diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index bcb6aa49e..40adfd604 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -29,5 +29,5 @@ }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "1.3-4" + "version": "0.4.0" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 1b6f891a9..52d3432e0 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "26-08-2023", + "last_update": "02-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.2.1" + "upstream_version": "0.4.0" }