Skip to content

Commit

Permalink
Update to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Oct 11, 2020
1 parent 36db5f3 commit 5c2fcef
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 @@ -28,7 +28,7 @@ Otherwise, follow these simple steps:

**Note:** The RGB Light Card will upgrade automatically a few days after every new release (once your browser cache expires)

However, you can enforce a [specific version](https://github.com/bokub/rgb-light-card/releases) by adding `@X.X.X` at the end of the URL (e.g: `- url: ...@1.7.0`)
However, you can enforce a [specific version](https://github.com/bokub/rgb-light-card/releases) by adding `@X.X.X` at the end of the URL (e.g: `- url: ...@1.7.1`)

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion card.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class RGBLightCard extends HTMLElement {
customElements.define('rgb-light-card', RGBLightCard);

console.info(
'\n %c RGB Light Card %c v1.7.0 %c \n',
'\n %c RGB Light Card %c v1.7.1 %c \n',
'background-color: #555;color: #fff;padding: 3px 2px 3px 3px;border-radius: 3px 0 0 3px;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)',
'background-color: #bc81e0;background-image: linear-gradient(90deg, #b65cff, #11cbfa);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)',
'background-color: transparent'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rgb-light-card",
"description": "A Lovelace custom card for RGB lights",
"version": "1.7.0",
"version": "1.7.1",
"author": "Boris K",
"bugs": "https://github.com/bokub/rgb-light-card/issues",
"devDependencies": {
Expand Down

0 comments on commit 5c2fcef

Please sign in to comment.