Skip to content

Commit e8b053e

Browse files
committed
2 parents adfb053 + bcba955 commit e8b053e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hue-like-light-card",
3-
"version": "v1.4.3",
3+
"version": "v1.4.4",
44
"description": "Hue-Like Light Card",
55
"keywords": [
66
"home-assistant",

src/types/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Color } from '../core/colors/color';
22
import { KnownIconSize } from './types-config';
33

44
export class Consts {
5-
public static readonly Version = 'v1.4.3';
5+
public static readonly Version = 'v1.4.4';
66
public static readonly Dev = true;
77
public static readonly CardElementName = Consts.Dev ? 'hue-like-light-card-test' : 'hue-like-light-card';
88
public static readonly ElementPostfix = Consts.Dev ? '-test' : '';

0 commit comments

Comments
 (0)