diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index de4e817c4..20ea80a07 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.7.0-ls186 (15-10-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.6.1-ls185 (08-10-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index a264172db..917e3e9f7 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.6.1-ls185", + "version": "v6.7.0-ls186", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 7d6c55515..aae8391f1 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "08-10-2022", + "last_update": "15-10-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.6.1-ls185" + "upstream_version": "v6.7.0-ls186" }