From 223d5768f698eb008f130ed324ec026e461f14c3 Mon Sep 17 00:00:00 2001 From: Florian Lagg Date: Thu, 8 Jul 2021 07:06:45 +0200 Subject: [PATCH] update version to 0.2.1 fix version mismatch --- custom_components/govee/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/govee/manifest.json b/custom_components/govee/manifest.json index 670a3b3..d61e4ab 100644 --- a/custom_components/govee/manifest.json +++ b/custom_components/govee/manifest.json @@ -2,7 +2,7 @@ "codeowners": ["@LaggAt"], "domain": "govee", "name": "Govee", - "version": "0.1.13", + "version": "0.2.1", "config_flow": true, "documentation": "https://github.com/LaggAt/hacs-govee/blob/master/README.md", "issue_tracker": "https://github.com/LaggAt/hacs-govee/issues",