From a5f4ac41f1a454ceefca9b08044dcf33cddfe25b Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Tue, 23 Apr 2024 20:22:26 +0100 Subject: [PATCH] 0.9.0rc1 --- custom_components/pioneer_async/const.py | 2 +- custom_components/pioneer_async/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/pioneer_async/const.py b/custom_components/pioneer_async/const.py index 9e85769..bee025b 100755 --- a/custom_components/pioneer_async/const.py +++ b/custom_components/pioneer_async/const.py @@ -28,7 +28,7 @@ Platform.SELECT, Platform.NUMBER, ] -VERSION = "0.8.6" +VERSION = "0.9.0rc1" DEFAULT_HOST = "avr" DEFAULT_NAME = "Pioneer AVR" diff --git a/custom_components/pioneer_async/manifest.json b/custom_components/pioneer_async/manifest.json index 2dbc3b1..3fc1d98 100755 --- a/custom_components/pioneer_async/manifest.json +++ b/custom_components/pioneer_async/manifest.json @@ -1,7 +1,7 @@ { "domain": "pioneer_async", "name": "Pioneer AVR", - "version": "0.8.6", + "version": "0.9.0rc1", "config_flow": true, "documentation": "https://github.com/crowbarz/ha-pioneer_async", "integration_type": "hub",