diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 234d53bd3..527fcdec7 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.13.0-ls203 (19-02-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.12.0-ls202 (04-02-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index e32654c35..3c982f11f 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -90,6 +90,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.12.0-ls202", + "version": "v6.13.0-ls203", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 975f1cfbd..095088c7c 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "04-02-2023", + "last_update": "19-02-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.12.0-ls202" + "upstream_version": "v6.13.0-ls203" }