From f23a22774a92cfc11dfae2a6ec08e7eacedaee51 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Mar 2024 02:02:35 +0100 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.7.4 --- 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 1399d0b13..28b2dd5db 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.7.4 (16-03-2024) +- Update to latest version from gabe565/CastSponsorSkip + ## 0.7.2 (03-02-2024) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index b780c2e27..9e8f26036 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.2" + "version": "0.7.4" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 36043499f..9762994e4 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "03-02-2024", + "last_update": "16-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.7.2" + "upstream_version": "0.7.4" }