diff --git a/package.json b/package.json index 00f06483..05d53074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "1.2.1", + "version": "2.0.0", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index 7bd699bb..058b89a5 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,3 +1,3 @@ -export const CARD_VERSION = '1.2.1'; +export const CARD_VERSION = '2.0.0'; export const REPO_URL = "https://github.com/dermotduffy/frigate-hass-card"; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;