diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index c5295be0a..c39bfe143 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.10.0-ls197 (17-12-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.9.0-ls196 (13-12-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 2fa328cb1..4c29f6d86 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -89,6 +89,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.9.0-ls196", + "version": "v6.10.0-ls197", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 4b9e257e2..da6fd2da6 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "13-12-2022", + "last_update": "17-12-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.9.0-ls196" + "upstream_version": "v6.10.0-ls197" }