diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 677652c60..5eea17f14 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.14.1-ls207 (18-03-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.14.0-ls206 (11-03-2023) - Update to latest version from linuxserver/docker-calibre - Implemented healthcheck diff --git a/calibre/config.json b/calibre/config.json index a5fa14cb3..672317793 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.14.0-ls206", + "version": "v6.14.1-ls207", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 37f03f27d..79402745c 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "11-03-2023", + "last_update": "18-03-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.14.0-ls206" + "upstream_version": "v6.14.1-ls207" }