diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index a066c74b9..a45aa90e1 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.31.3.6868-28fc46b27-ls159 (31-03-2023) +- Update to latest version from linuxserver/docker-plex + ## 1.31.2.6810-a607d384f-ls157 (18-03-2023) - Update to latest version from linuxserver/docker-plex - Implement healthcheck diff --git a/plex/config.json b/plex/config.json index 0a9a1f212..643cd976f 100644 --- a/plex/config.json +++ b/plex/config.json @@ -114,7 +114,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.31.2.6810-a607d384f-ls157", + "version": "1.31.3.6868-28fc46b27-ls159", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 2a80cbb70..bb5b2fc96 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "18-03-2023", + "last_update": "31-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.31.2.6810-a607d384f-ls157" + "upstream_version": "1.31.3.6868-28fc46b27-ls159" }