Skip to content

Commit

Permalink
3.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwainscheeren committed Jan 25, 2023
1 parent 2df28b9 commit 4a42057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/const.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOMAIN = "dwains_dashboard"
VERSION = "3.4.1"
VERSION = "3.4.2"
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/js/dwains-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dwains-dashboard",
"private": true,
"version": "3.4.1",
"version": "3.4.2",
"description": "dwains-dashboard",
"scripts": {
"build": "webpack --mode=production",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": ["lovelace", "http", "frontend"],
"codeowners": ["@dwainscheeren"],
"config_flow": true,
"version": "3.4.1",
"version": "3.4.2",
"iot_class": "calculated"
}

0 comments on commit 4a42057

Please sign in to comment.