Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vasqued2 authored May 15, 2023
1 parent ab5c40a commit 049909d
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.2 ",
console.info("%c TeamTracker Card \n%c Version 0.7.3 ",
"color: orange; font-weight: bold; background: black",
"color: white; font-weight: bold; background: dimgray");
console.info(config);
Expand Down

0 comments on commit 049909d

Please sign in to comment.