From 03a4ff8e0dee5060dadb58917adfd3f0dfd350a6 Mon Sep 17 00:00:00 2001 From: htmltiger <1429451+htmltiger@users.noreply.github.com> Date: Wed, 1 Dec 2021 02:45:18 +0000 Subject: [PATCH] Update manifest.json --- custom_components/config_editor/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/config_editor/manifest.json b/custom_components/config_editor/manifest.json index ff22fe0..9d6a212 100644 --- a/custom_components/config_editor/manifest.json +++ b/custom_components/config_editor/manifest.json @@ -1,6 +1,6 @@ { "domain": "config_editor", "name": "Config Editor", - "version": "1.0" + "version": "1.0", "codeowners": "@htmltiger" }