Prepare for v3.0.0-rc.1

This commit is contained in:
Dermot Duffy
2022-01-30 18:27:13 -08:00
parent b1dad6a30f
commit 3d3474c0cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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;