From ab10c3105590753522ba810daf9d4d4ed0aec6f7 Mon Sep 17 00:00:00 2001 From: Nenad Bogojevic Date: Thu, 7 Apr 2022 06:54:20 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- custom_components/midea_dehumidifier_lan/const.py | 2 +- custom_components/midea_dehumidifier_lan/manifest.json | 2 +- hacs.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aaacfef..77de348 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.8.0 tag = True commit = True diff --git a/custom_components/midea_dehumidifier_lan/const.py b/custom_components/midea_dehumidifier_lan/const.py index d5bd651..3c83df3 100644 --- a/custom_components/midea_dehumidifier_lan/const.py +++ b/custom_components/midea_dehumidifier_lan/const.py @@ -11,7 +11,7 @@ DEFAULT_APP as DEFAULT_APP_FROM_LIB, ) -__version__ = "0.7.0" +__version__ = "0.8.0" # Base component constants NAME: Final = "Midea Air Appliance (LAN)" diff --git a/custom_components/midea_dehumidifier_lan/manifest.json b/custom_components/midea_dehumidifier_lan/manifest.json index 54e6344..152f0de 100644 --- a/custom_components/midea_dehumidifier_lan/manifest.json +++ b/custom_components/midea_dehumidifier_lan/manifest.json @@ -1,7 +1,7 @@ { "domain": "midea_dehumidifier_lan", "name": "Midea Air Appliances (LAN)", - "version": "0.7.0", + "version": "0.8.0", "config_flow": true, "documentation": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/blob/main/README.md", "issue_tracker": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues", diff --git a/hacs.json b/hacs.json index 730d930..15abb0f 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Midea Air Appliances (LAN)", - "version": "0.7.0", + "version": "0.8.0", "domains": [ "binary_sensor", "climate",