From 886bf0aa55b7ecda7ea072d3094ee4ac2283cfd1 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 17 Oct 2021 21:34:18 -0700 Subject: [PATCH] Bump version to v1.2.1 . --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8cad06ef..e81048dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "1.2.0", + "version": "1.2.1", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index d4cf4a0b..7bd699bb 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,3 +1,3 @@ -export const CARD_VERSION = '1.2.0'; +export const CARD_VERSION = '1.2.1'; export const REPO_URL = "https://github.com/dermotduffy/frigate-hass-card"; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;