From 5662957d4fad23e2b604ac733d6d148fd1048480 Mon Sep 17 00:00:00 2001 From: KartoffelToby Date: Wed, 20 Sep 2023 22:36:10 +0200 Subject: [PATCH] [TASK] bump version --- README.md | 2 +- package.json | 2 +- src/const.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d33755..1a7ea87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Version - 2.1.1](https://img.shields.io/badge/Version-2.1.1-009688?style=for-the-badge)](https://github.com/KartoffelToby/better-thermostat-ui-card) +[![Version - 2.1.2](https://img.shields.io/badge/Version-2.1.2-009688?style=for-the-badge)](https://github.com/KartoffelToby/better-thermostat-ui-card) [![Discord](https://img.shields.io/discord/925725316540923914.svg?style=for-the-badge)](https://discord.gg/9BUegWTG3K) [![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) diff --git a/package.json b/package.json index fed42ae..44e2f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-thermostat-ui-card", - "version": "2.1.1", + "version": "2.1.2", "description": "Lovelace better-thermostat-ui", "keywords": [ "home-assistant", diff --git a/src/const.ts b/src/const.ts index 7676f22..41470d8 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '2.1.1'; +export const CARD_VERSION = '2.1.2';