diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 8a07fd530..01f6e046b 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v6.13.0-ls204 (04-03-2023) +- Update to latest version from linuxserver/docker-calibre ## v6.13.0-ls204 (21-02-2023) - Add wireless connection port diff --git a/calibre/config.json b/calibre/config.json index 56012a977..7737b596b 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-ls203-2", + "version": "v6.13.0-ls204", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 095088c7c..182d06196 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "19-02-2023", + "last_update": "04-03-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.13.0-ls203" + "upstream_version": "v6.13.0-ls204" }