From 438cc81429de58284a6603a09511422d084fba3c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Dec 2023 01:56:35 +0100 Subject: [PATCH] Updater bot : calibre updated to 7.2.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 2 +- calibre/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index f9e461dee..7a3c832f1 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.2.0 (16-12-2023) +- Update to latest version from linuxserver/docker-calibre + ## 7.1.0 (25-11-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 552bfc7b4..c291b447f 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -110,6 +110,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.1.0", + "version": "7.2.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 8a9125a3c..368f4f5a3 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "25-11-2023", + "last_update": "16-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.1.0" + "upstream_version": "7.2.0" }