From ab382629e6dc3799186c222b2c4ca203dd749fbe Mon Sep 17 00:00:00 2001 From: KartoffelToby Date: Wed, 27 Dec 2023 21:31:41 +0100 Subject: [PATCH] [TASK] set version --- README.md | 4 ++-- custom_components/better_thermostat/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80c47db6..d60e5982 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Active installations](https://badge.t-haber.de/badge/better_thermostat?kill_cache=1)](https://github.com/KartoffelToby/better_thermostat/) [![GitHub issues](https://img.shields.io/github/issues/KartoffelToby/better_thermostat?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/issues) -[![Version - 1.4.1](https://img.shields.io/badge/Version-1.4.1-009688?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/releases) +[![Version - 1.5.0](https://img.shields.io/badge/Version-1.5.0-009688?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/releases) [![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) @@ -11,7 +11,7 @@ ### Requirements - Minimum required Home Assistant version: `2022.8.0` - (_Latest tested version: `2023.11.1`_) + (_Latest tested version: `2023.12.0`_) ### Companion UI diff --git a/custom_components/better_thermostat/manifest.json b/custom_components/better_thermostat/manifest.json index 1b240b9b..89529c2a 100644 --- a/custom_components/better_thermostat/manifest.json +++ b/custom_components/better_thermostat/manifest.json @@ -16,5 +16,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/KartoffelToby/better_thermostat/issues", "requirements": [], - "version": "1.4.1-dev" + "version": "1.5.0-beta" }