diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index a64f669f1..db805142d 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v6.26.0-ls237 (09-09-2023) +- Update to latest version from linuxserver/docker-calibre - Feat : cifsdomain added ### v6.14.1-ls210 (09-04-2023) diff --git a/calibre/config.json b/calibre/config.json index d4ffeea68..45e09be4b 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -105,6 +105,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.14.1-ls210_test", + "version": "v6.26.0-ls237", "video": true -} \ No newline at end of file +} diff --git a/calibre/updater.json b/calibre/updater.json index 65c9d3861..a8bd04fe0 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "08-04-2023", + "last_update": "09-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.15.0-ls211" -} \ No newline at end of file + "upstream_version": "v6.26.0-ls237" +}