Skip to content

Commit

Permalink
- version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalilll committed May 20, 2024
1 parent 9f2096c commit 3c39e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/ha-vpd-chart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Set version for the card
window.vpdChartVersion = "1.2.2";
window.vpdChartVersion = "1.2.3";

import {methods} from './methods.js';
import {chart} from './chart.js';
Expand Down Expand Up @@ -99,4 +99,4 @@ window.customCards.push({
});
console.groupCollapsed(`%c HA-VPD-CHART v${window.vpdChartVersion} Installed`, "color: green; background: black; font-weight: bold;");
console.log('Readme: ', 'https://github.com/mentalilll/ha-vpd-chart');
console.groupEnd()
console.groupEnd();

0 comments on commit 3c39e99

Please sign in to comment.