diff --git a/package.json b/package.json index c7943cfa..4be2bb28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index f5a998ae..e96706cd 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,4 +1,4 @@ -export const CARD_VERSION = '3.0.0-rc.1' as const; +export const CARD_VERSION = '3.0.0-rc.2' as const; export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting` as const;