diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 66f7e8b76..016b040bf 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1 +1,4 @@ + +## 5.41.0 (29-04-2022) +- Update to latest version from linuxserver/docker-calibre - Initial release diff --git a/calibre/config.json b/calibre/config.json index e6ece5299..451f5524a 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -82,6 +82,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "1.4", + "version": "5.41.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 1fedcfb36..007a7a43e 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-04-2022", + "last_update": "29-04-2022", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "1.29.1" -} \ No newline at end of file + "upstream_version": "5.41.0" +}