From 9d67f1d39611440c96ba52a7fb15a162195ae967 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 10 Oct 2021 21:13:59 -0700 Subject: [PATCH] Bump version to v1.2.0 . --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b00f9da5..0610e5ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "1.1.0", + "version": "1.2.0", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index 35787e85..d4cf4a0b 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,3 +1,3 @@ -export const CARD_VERSION = '1.1.0'; +export const CARD_VERSION = '1.2.0'; export const REPO_URL = "https://github.com/dermotduffy/frigate-hass-card"; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;