From 5975adc580bee872a4c0631d0c6f15bddd79d305 Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Fri, 3 Jan 2025 20:26:27 +0000 Subject: [PATCH] 0.10.0 --- 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 45c4f60..b2bc396 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.9.2" +VERSION = "0.10.0" CONFIG_ENTRY_VERSION = 4 CONFIG_ENTRY_VERSION_MINOR = 2 diff --git a/custom_components/pioneer_async/manifest.json b/custom_components/pioneer_async/manifest.json index c40d9ea..28dde51 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.9.2", + "version": "0.10.0", "config_flow": true, "documentation": "https://github.com/crowbarz/ha-pioneer_async", "integration_type": "hub",