Skip to content

Commit

Permalink
[ 1.0.2 ] * Version 1 initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thlucas1 committed Oct 23, 2024
1 parent d3647be commit 92347fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.0 ] - 2024/10/23
###### [ 1.0.2 ] - 2024/10/23

* Version 1 initial release.

Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 92347fc

Please sign in to comment.