From 1d1e9b0df22f85eb3095c34756b77078e2cc0e87 Mon Sep 17 00:00:00 2001 From: Panagiotis Panagiotopoulos Date: Sat, 10 Apr 2021 17:14:26 +0300 Subject: [PATCH] Add version tag at manifest.json --- custom_components/musiccast_yamaha/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/musiccast_yamaha/manifest.json b/custom_components/musiccast_yamaha/manifest.json index 6a5d4c8..c03efc1 100644 --- a/custom_components/musiccast_yamaha/manifest.json +++ b/custom_components/musiccast_yamaha/manifest.json @@ -1,6 +1,7 @@ { "domain": "musiccast_yamaha", "name": "MusicCast Yamaha", + "version": "0.5", "documentation": "https://github.com/ppanagiotis/pymusiccast", "issue_tracker": "https://github.com/ppanagiotis/pymusiccast/issues", "manifest": "https://raw.githubusercontent.com/ppanagiotis/pymusiccast/master/custom_components/musiccast_yamaha/manifest.json",