diff --git a/package.json b/package.json index 9ef1323..0f48f7d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/types/consts.ts b/src/types/consts.ts index a6a7fed..d955a84 100644 --- a/src/types/consts.ts +++ b/src/types/consts.ts @@ -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' : '';