Skip to content

Commit

Permalink
Update package.json version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Aug 25, 2024
1 parent 4921644 commit 1767987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunar-phase-card",
"version": "1.3.0-beta_1",
"version": "1.3.0",
"description": "Lovelace custom card for tracking Moon phases",
"keywords": [
"home-assistant",
Expand Down
2 changes: 0 additions & 2 deletions src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export class LunarPhaseCardEditor extends LitElement implements LovelaceCardEdit
}

private _renderViewConfiguration(): TemplateResult {
const syslang = this.hass?.language;

const langOpts = [
{ key: 'system', nativeName: 'System' },
...languageOptions.sort((a, b) => a.name.localeCompare(b.name)),
Expand Down

0 comments on commit 1767987

Please sign in to comment.