From c538f04b7d0f039783f52cf70717565c4b9e9451 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 28 Nov 2021 16:57:10 -0800 Subject: [PATCH] Bump version to v2.1.0 . --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05d53074..1b2e1a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "2.0.0", + "version": "2.1.0", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index 56c3dbdf..9a3cea39 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,4 +1,4 @@ -export const CARD_VERSION = '2.0.0'; +export const CARD_VERSION = '2.1.0'; export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card'; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;