From e667c3640cea267988d19e827e7ec3ac9d3b2d79 Mon Sep 17 00:00:00 2001 From: Piotr Machowski Date: Thu, 4 Mar 2021 01:31:41 +0100 Subject: [PATCH] Add version to manifest --- custom_components/mpk_rzeszow/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/mpk_rzeszow/manifest.json b/custom_components/mpk_rzeszow/manifest.json index 9032e4f..a02b6c1 100644 --- a/custom_components/mpk_rzeszow/manifest.json +++ b/custom_components/mpk_rzeszow/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-MPK-Rzeszow", "dependencies": [], "codeowners": ["@PiotrMachowski"], - "requirements": ["requests"] + "requirements": ["requests"], + "version": "v1.0.1" } \ No newline at end of file