Merge pull request #632 from dermotduffy/bump-version

Bump version to v4.0.0-rc.1 in preparation
This commit is contained in:
Dermot Duffy
2022-06-05 19:43:34 -07:00
committed by GitHub
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",
"version": "4.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 = '3.0.0' as const;
export const CARD_VERSION = '4.0.0-rc.1' as const;
export const CAMERA_BIRDSEYE = 'birdseye' as const;
export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const;