From 30b6424b786b0d38b2e4d6e4c5597416994c481b Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 28 Sep 2021 19:48:37 -0700 Subject: [PATCH] Bump version to v1.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 3a889531..94bd4a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "1.0.1", + "version": "1.1.0", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index 7e62dac6..78b357d6 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.0.1'; +export const CARD_VERSION = '1.1.0';