Skip to content

Commit

Permalink
Update ultra-vehicle-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WJDDesigns authored Aug 10, 2024
1 parent fe1d8d2 commit dba0bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ultra-vehicle-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { LitElement, html, css } from "https://unpkg.com/lit-element@2.4.0/lit-e
import { UltraVehicleCardEditor } from "./ultra-vehicle-card-editor.js";
import { styles } from "./styles.js";

const version = "1.1.11";
const version = "V1.1.12-beta2";

class UltraVehicleCard extends LitElement {
static get properties() {
Expand Down Expand Up @@ -625,4 +625,4 @@ style.textContent = `
margin-left: 4px;
}
`;
document.head.appendChild(style);
document.head.appendChild(style);

0 comments on commit dba0bcb

Please sign in to comment.