From 4414f999a19678920b4ca97beb59cda07902378d Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Tue, 11 May 2021 19:44:12 +0200 Subject: [PATCH] add version to manifest --- custom_components/auth_header/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/auth_header/manifest.json b/custom_components/auth_header/manifest.json index f1fbbc2..bd01d77 100644 --- a/custom_components/auth_header/manifest.json +++ b/custom_components/auth_header/manifest.json @@ -9,5 +9,6 @@ "dependencies": [ "auth" ], - "codeowners": ["@BeryJu"] + "codeowners": ["@BeryJu"], + "version": "1.4" }