Skip to content

Commit

Permalink
prep for v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redstone99 committed Dec 1, 2024
1 parent d2fbbdb commit 848041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const css = LitElement.prototype.css;
const NOTIFICATIONS_ENABLED = 'enabled'
const NOTIFICATIONS_DISABLED = 'disabled'
const NOTIFICATION_SNOOZE = 'snooze'
const VERSION = 'v1.5.2 (internal 41)';
const VERSION = 'v1.5.2 (internal 42)';
console.log(`alert2 ${VERSION}`);

// A custom card that lists alerts that have fired recently
Expand Down

0 comments on commit 848041b

Please sign in to comment.