Skip to content

Commit

Permalink
Bumped version to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 11, 2018
1 parent 86107dd commit b74d8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```

Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b74d8f1

Please sign in to comment.