From 1546254bf6a6ae16c6cc5a94a559a242de073824 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Oct 2023 06:55:23 +0200 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.5.1 --- 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 08cddabcb..592c7c9b4 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 8cd577892..149f7a50c 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 cacd1c240..a03e36053 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" }