diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index a2766eb56..aa0d305ca 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v5.44.0-ls169 (05-07-2022) +- Update to latest version from linuxserver/docker-calibre + ## v5.41.0-ls158 (29-04-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 74c149cae..810146a9c 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": "v5.38-4", + "version": "v5.44.0-ls169", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 80770c017..160b7ed22 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "29-04-2022", + "last_update": "05-07-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v5.41.0-ls158" + "upstream_version": "v5.44.0-ls169" }