From 970ce233a4d5caf57bb424cebb20d22ef0042624 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Fri, 13 Mar 2020 17:07:37 +0100 Subject: [PATCH] Publish 1.6.0 --- README.md | 2 +- card.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5e0f4a..3eb8027 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ resources: **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.2.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.6.0`) ## Configuration diff --git a/card.js b/card.js index 940f9a3..35ce1c3 100644 --- a/card.js +++ b/card.js @@ -193,7 +193,7 @@ class RGBLightCard extends HTMLElement { customElements.define('rgb-light-card', RGBLightCard); console.info( - '\n %c RGB Light Card %c v1.5.0 %c \n', + '\n %c RGB Light Card %c v1.6.0 %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' diff --git a/package.json b/package.json index 7521cb5..b09b6f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rgb-light-card", "description": "A Lovelace custom card for RGB lights", - "version": "1.5.0", + "version": "1.6.0", "author": "Boris K", "bugs": "https://github.com/bokub/rgb-light-card/issues", "devDependencies": {