diff --git a/README.md b/README.md index 3a4acaf..68c4a8d 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t ```yaml resources: - - url: /local/mini-media-player.js?v=0.8.4 + - url: /local/mini-media-player.js?v=0.8.5 type: module ``` @@ -32,7 +32,7 @@ git clone https://github.com/kalkih/mini-media-player.git ```yaml resources: - - url: /local/mini-media-player/mini-media-player.js?v=0.8.4 + - url: /local/mini-media-player/mini-media-player.js?v=0.8.5 type: module ``` @@ -56,7 +56,7 @@ custom_updater: ```yaml resources: - - url: /local/mini-media-player.js?v=0.8.4 + - url: /local/mini-media-player.js?v=0.8.5 type: module ``` diff --git a/tracker.json b/tracker.json index 8166b94..11a1f56 100644 --- a/tracker.json +++ b/tracker.json @@ -1,7 +1,7 @@ { "mini-media-player": { - "updated_at": "2018-10-10", - "version": "0.8.4", + "updated_at": "2018-10-11", + "version": "0.8.5", "remote_location": "https://raw.githubusercontent.com/kalkih/mini-media-player/master/mini-media-player.js", "visit_repo": "https://github.com/kalkih/mini-media-player", "changelog": "https://github.com/kalkih/mini-media-player/releases/latest"