Bump version to v1.2.0 .

This commit is contained in:
Dermot Duffy
2021-10-10 21:13:59 -07:00
parent 7511db78fa
commit 9d67f1d396
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": "1.1.0", "version": "1.2.0",
"description": "Frigate Lovelace Card for Home Assistant", "description": "Frigate Lovelace Card for Home Assistant",
"keywords": [ "keywords": [
"frigate", "frigate",
+1 -1
View File
@@ -1,3 +1,3 @@
export const CARD_VERSION = '1.1.0'; export const CARD_VERSION = '1.2.0';
export const REPO_URL = "https://github.com/dermotduffy/frigate-hass-card"; export const REPO_URL = "https://github.com/dermotduffy/frigate-hass-card";
export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`; export const TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;