From f09610355b5f077eafcad5073a25f82e51779bfd Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 31 Jan 2021 11:46:43 +0300 Subject: [PATCH] add version to manifest --- custom_components/mega/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/mega/manifest.json b/custom_components/mega/manifest.json index 8d2d30d..a01b15f 100644 --- a/custom_components/mega/manifest.json +++ b/custom_components/mega/manifest.json @@ -14,5 +14,6 @@ "codeowners": [ "@andvikt" ], - "issue_tracker": "https://github.com/andvikt/mega_hacs/issues" + "issue_tracker": "https://github.com/andvikt/mega_hacs/issues", + "version": "v0.3.11" } \ No newline at end of file