Bump version to v4.0.0-rc.1 in preparation.

This commit is contained in:
Dermot Duffy
2022-06-05 19:31:57 -07:00
parent 45298b5537
commit 501601f466
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frigate-hass-card", "name": "frigate-hass-card",
"version": "3.0.0", "version": "4.0.0-rc.1",
"description": "Frigate Lovelace Card for Home Assistant", "description": "Frigate Lovelace Card for Home Assistant",
"keywords": [ "keywords": [
"frigate", "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 CAMERA_BIRDSEYE = 'birdseye' as const;
export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const; export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const;