Skip to content

Commit

Permalink
bump to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royto committed Mar 20, 2024
1 parent cd70202 commit ecc89d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logbook-card",
"version": "2.5.1",
"version": "2.5.2",
"description": "Logbook card for Home Assistant UI Lovelace",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ShowConfiguration, SeparatorStyleConfig, DurationConfig } from './types';
export const CARD_VERSION = '2.5.1';
export const CARD_VERSION = '2.5.2';

export const DEFAULT_SHOW: ShowConfiguration = {
state: true,
Expand Down

0 comments on commit ecc89d9

Please sign in to comment.