diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index e099672b0..bf357fc6a 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.28.0.5999-97678ded3-ls126 (04-08-2022) +- Update to latest version from linuxserver/docker-plex + ## 1.27.2.5929-a806c5905-ls125 (19-07-2022) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index 2262c19ab..a8309abfa 100644 --- a/plex/config.json +++ b/plex/config.json @@ -115,7 +115,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.27.2.5929-a806c5905-ls125", + "version": "1.28.0.5999-97678ded3-ls126", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" -} \ No newline at end of file +} diff --git a/plex/updater.json b/plex/updater.json index 60cd9a0e9..20e87b3f9 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "19-07-2022", + "last_update": "04-08-2022", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.27.2.5929-a806c5905-ls125" + "upstream_version": "1.28.0.5999-97678ded3-ls126" }