From 362e70d046f85f939c57bd478f097a92dffdf4cd Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 20 Sep 2024 00:55:53 -0500 Subject: [PATCH] [ 1.0.11 ] * FINALLY got the thing to compile on github build! Changing to release 1.0.11 to ensure the proper build is picked up. --- CHANGELOG.md | 4 ++++ src/constants.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818163a..062cfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.11 ] - 2024/09/20 + + * FINALLY got the thing to compile on github build! Changing to release 1.0.11 to ensure the proper build is picked up. + ###### [ 1.0.10 ] - 2024/09/20 * Converted missed module names to lower-case due to github compile requirements! diff --git a/src/constants.ts b/src/constants.ts index 85bc571..b2a4a4a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,7 +1,7 @@ import { css } from 'lit'; /** current version of the card. */ -export const CARD_VERSION = '1.0.10'; +export const CARD_VERSION = '1.0.11'; /** SoundTouchPlus integration domain identifier. */ export const DOMAIN_SOUNDTOUCHPLUS = 'soundtouchplus';