Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Sep 20, 2018
1 parent c54c791 commit ce2f0c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resources:

```yaml
resources:
- url: /local/mini-media-player.js?ver=0.4.1
- url: /local/mini-media-player.js?ver=0.5
type: js
```

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.5
- Fixed browser incompatibility
- Fixed black buttons on black artwork cover -> white buttons
- Implemented lit-html for quicker re-rendering.

## v0.4.1
- Fixed bug where attributes did not update when device state changed to `off` or `unavailable`

Expand Down
1 change: 1 addition & 0 deletions mini-media-player.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* mini-media-player - version: v0.5 */
import { LitElement, html } from 'https://unpkg.com/@polymer/lit-element@^0.6.1/lit-element.js?module';

class MiniMediaPlayer extends LitElement {
Expand Down

0 comments on commit ce2f0c9

Please sign in to comment.