Skip to content

Commit

Permalink
Update version number to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasqued2 authored Apr 7, 2023
1 parent 43b3b55 commit 8220b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ha-teamtracker-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TeamTrackerCard extends LitElement {
this._config = config;

if (config.debug) {
console.info("%c TeamTracker Card \n%c Version 0.7.1 ",
console.info("%c TeamTracker Card \n%c Version 0.7.2 ",
"color: orange; font-weight: bold; background: black",
"color: white; font-weight: bold; background: dimgray");
console.info(config);
Expand Down

0 comments on commit 8220b7d

Please sign in to comment.