Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Jul 2, 2023
1 parent a6a8a8c commit 3a02065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hue-like-light-card",
"version": "v1.4.0",
"version": "v1.4.1",
"description": "Hue-Like Light Card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/types/consts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Color } from '../core/colors/color';

export class Consts {
public static readonly Version = 'v1.4.0';
public static readonly Version = 'v1.4.1';
public static readonly Dev = true;
public static readonly CardElementName = Consts.Dev ? 'hue-like-light-card-test' : 'hue-like-light-card';
public static readonly ElementPostfix = Consts.Dev ? '-test' : '';
Expand Down

0 comments on commit 3a02065

Please sign in to comment.