Skip to content

Commit

Permalink
1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Drafteed committed Jan 27, 2024
1 parent bad315e commit c2ff27f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This card is available in [HACS](https://github.com/hacs/integration) (Home Assi
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 -> Settings -> Dashboards -> Menu (top right corner) -> Resources.
3. Click on `+ ADD RESOURCE`.
4. Type `/local/mini-media-player-bundle.js?v=1.16.8` below URL.
4. Type `/local/mini-media-player-bundle.js?v=1.16.9` below URL.
5. Choose `JavaScript Module` below Resource Type.
6. Accept.

Expand All @@ -41,7 +41,7 @@ This card is available in [HACS](https://github.com/hacs/integration) (Home Assi
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.16.8
- url: /local/mini-media-player-bundle.js?v=1.16.9
type: module
```
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.16.8",
"version": "1.16.9",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit c2ff27f

Please sign in to comment.