Skip to content

Commit

Permalink
version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoof85 authored May 31, 2021
1 parent 7bf6e4a commit 66a0033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempometer-gauge-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.info(`%c TEMPOMETER-CARD \n%c v1.4 `, 'color: orange; font-weight: bold; background: black', 'color: white; font-weight: bold; background: dimgray');
console.info(`%c TEMPOMETER-CARD \n%c v1.4-beta.1`, 'color: orange; font-weight: bold; background: black', 'color: white; font-weight: bold; background: dimgray');
class TempometerGaugeCard extends HTMLElement {
constructor() {
super();
Expand Down

0 comments on commit 66a0033

Please sign in to comment.