diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index b490a3da5..affeb105a 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.28.0-ls241 (07-10-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.27.0-ls240 (30-09-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 7f2e2d464..851549289 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -110,6 +110,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.27.0-ls240", + "version": "v6.28.0-ls241", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 33d5723d1..249c6f339 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "30-09-2023", + "last_update": "07-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.27.0-ls240" + "upstream_version": "v6.28.0-ls241" }