Bump version to v3.0.0 .

This commit is contained in:
Dermot Duffy
2022-03-13 14:17:55 -07:00
parent 1ff60026fa
commit dba5377870
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const CARD_VERSION = '3.0.0-rc.2' as const;
export const CARD_VERSION = '3.0.0' as const;
export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const;
export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting` as const;