From 8688db0706f065fc96081191d4a5549696ccaa6c Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 1 Aug 2022 01:51:06 +0200 Subject: [PATCH] 2022.8.0b2 --- custom_components/mass/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/mass/manifest.json b/custom_components/mass/manifest.json index e6e89b34..1d6bba16 100644 --- a/custom_components/mass/manifest.json +++ b/custom_components/mass/manifest.json @@ -1,11 +1,11 @@ { "domain": "mass", "name": "Music Assistant", - "version": "2022.8.0b1", + "version": "2022.8.0b2", "documentation": "https://github.com/music-assistant/hass-music-assistant", "issue_tracker": "https://github.com/music-assistant/hass-music-assistant/issues", "requirements": [ - "music-assistant==1.8.1" + "music-assistant==1.8.2" ], "codeowners": [ "@marcelveldt"