From 92347fc5507ca27a58c02e1c58d74bfa8e1d526e Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Wed, 23 Oct 2024 13:10:36 -0500 Subject: [PATCH] [ 1.0.2 ] * Version 1 initial release. --- CHANGELOG.md | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42be707..4625ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Change are listed in reverse chronological order (newest to oldest). -###### [ 1.0.0 ] - 2024/10/23 +###### [ 1.0.2 ] - 2024/10/23 * Version 1 initial release. diff --git a/src/constants.ts b/src/constants.ts index c3385e9..0eee2ed 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.1'; +export const CARD_VERSION = '1.0.2'; /** SpotifyPlus integration domain identifier. */ export const DOMAIN_SPOTIFYPLUS = 'spotifyplus';