Skip to content

Commit 952120e

Browse files
committed
bump to 2.5.4
1 parent f696821 commit 952120e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logbook-card",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"description": "Logbook card for Home Assistant UI Lovelace",
55
"keywords": [
66
"home-assistant",

src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ShowConfiguration, SeparatorStyleConfig, DurationConfig } from './types';
2-
export const CARD_VERSION = '2.5.3';
2+
export const CARD_VERSION = '2.5.4';
33

44
export const DEFAULT_SHOW: ShowConfiguration = {
55
state: true,

0 commit comments

Comments
 (0)