Skip to content

Commit

Permalink
version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2023
1 parent 774684d commit 4ec9a2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0",
"version": "v1.6.0",
"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
Expand Up @@ -2,7 +2,7 @@ import { Color } from '../core/colors/color';
import { KnownIconSize } from './types-config';

export class Consts {
public static readonly Version = 'v1.5.0';
public static readonly Version = 'v1.6.0';
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 4ec9a2e

Please sign in to comment.