Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbgroup committed Oct 16, 2022
1 parent e1b8ab3 commit 474d625
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SEARCH CARD - Changelog

## 3.4.2

- Better layout for controls

## 3.4.1

- Bugfix: layout issue in the songs grid (album)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kodi-search-card",
"version": "3.4.1",
"version": "3.4.2",
"description": "Kodi Search Card",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -52,3 +52,4 @@
"rollup": "rollup -c"
}
}

2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = "3.4.1";
export const CARD_VERSION = "3.4.2";

// order : must be >= 0 to be taken in consideration. -1, means single displayable
export const MEDIA_TYPE_PARAMS = {
Expand Down

0 comments on commit 474d625

Please sign in to comment.