diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 4e859be73..677652c60 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v6.14.0-ls206 (11-03-2023) +- Update to latest version from linuxserver/docker-calibre - Implemented healthcheck ## v6.13.0-ls204 (04-03-2023) diff --git a/calibre/config.json b/calibre/config.json index 4bce4651d..a5fa14cb3 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -92,6 +92,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.13.0-ls204-4", + "version": "v6.14.0-ls206", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 182d06196..37f03f27d 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "04-03-2023", + "last_update": "11-03-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.13.0-ls204" + "upstream_version": "v6.14.0-ls206" }