diff --git a/package.json b/package.json index 0655b87a..48bb157a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "1.0.0", + "version": "1.0.1", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index 04665762..7e62dac6 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.0.0'; +export const CARD_VERSION = '1.0.1';