Skip to content

Commit

Permalink
bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Mar 2, 2022
1 parent 66e3883 commit 66d4303
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
1. Download and copy `mini-media-player-bundle.js` from the [latest release](https://github.com/kalkih/mini-media-player/releases/latest) into your `config/www` directory.
2. Go to Sidebar -> Configuration -> Lovelace Dashboards -> Resources.
3. Click on `+ ADD RESOURCE`.
4. Type `/local/mini-media-player-bundle.js?v=1.13.0` below URL.
4. Type `/local/mini-media-player-bundle.js?v=1.15.0` below URL.
5. Choose `JavaScript Module` below Resource Type.
6. Accept.

Expand All @@ -33,7 +33,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.13.0
- url: /local/mini-media-player-bundle.js?v=1.15.0
type: module
```

Expand All @@ -52,7 +52,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.13.0
- url: /local/mini-media-player-bundle.js?v=1.15.0
type: module
```

Expand All @@ -66,7 +66,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.13.0
- url: /local/mini-media-player-bundle.js?v=1.15.0
type: module
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-media-player",
"version": "v1.15.0",
"version": "v1.16.0-beta",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 66d4303

Please sign in to comment.