Bump version to v3.0.0-rc.2 .

This commit is contained in:
Dermot Duffy
2022-03-03 19:21:29 -08:00
parent ed1e6cf364
commit d9ededb6fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frigate-hass-card",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "Frigate Lovelace Card for Home Assistant",
"keywords": [
"frigate",
+1 -1
View File
@@ -1,4 +1,4 @@
export const CARD_VERSION = '3.0.0-rc.1' as const;
export const CARD_VERSION = '3.0.0-rc.2' as const;
export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const;
export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting` as const;