Skip to content

Commit

Permalink
Bump version to v1.2.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Oct 11, 2021
1 parent 7511db7 commit 9d67f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frigate-hass-card",
"version": "1.1.0",
"version": "1.2.0",
"description": "Frigate Lovelace Card for Home Assistant",
"keywords": [
"frigate",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -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 TROUBLESHOOTING_URL = `${REPO_URL}#troubleshooting`;

0 comments on commit 9d67f1d

Please sign in to comment.