Skip to content

Commit 5d908de

Browse files
committed
bump to 2.5.0
1 parent e22d4be commit 5d908de

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.4.1",
3+
"version": "2.5.0",
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.4.1';
2+
export const CARD_VERSION = '2.5.0';
33

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

0 commit comments

Comments
 (0)