From 3d3474c0cf314c3931c54969b0720d0927e56fa1 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 30 Jan 2022 18:27:13 -0800 Subject: [PATCH] Prepare for v3.0.0-rc.1 --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e3a10d0..ff0320d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frigate-hass-card", - "version": "2.1.0", + "version": "3.0.0-rc.1", "description": "Frigate Lovelace Card for Home Assistant", "keywords": [ "frigate", diff --git a/src/const.ts b/src/const.ts index e25b6bbe..81e50ada 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,4 +1,4 @@ -export const CARD_VERSION = '2.1.0' as const; +export const CARD_VERSION = '3.0.0-rc.1' as const; export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting` as const;