Skip to content

Commit

Permalink
Bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Nov 22, 2021
1 parent 251620a commit e5ac7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
2. Grab `mini-media-player-bundle.js`

```console
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.14.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.15.0/mini-media-player-bundle.js
```

3. Add a reference to `mini-media-player-bundle.js` inside your `configuration.yaml` or through the Home Assistant UI from the resource tab.
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.14.0",
"version": "v1.15.0",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit e5ac7b5

Please sign in to comment.