From 1c5554f0076b08dcfc1d17c1ee456c71d56f8381 Mon Sep 17 00:00:00 2001 From: Marc Sygrove Date: Sun, 2 Apr 2023 19:32:36 +0000 Subject: [PATCH] bump the version --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 769428e..8759251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uv-index-card", - "version": "1.0.1", + "version": "1.1.0", "description": "Lovelace uv-index-card", "keywords": [ "home-assistant", diff --git a/src/const.ts b/src/const.ts index 7e62dac..78b357d 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.0.1'; +export const CARD_VERSION = '1.1.0';