From 4683f083f69952af7e9c26f9064305a62eddfe1a Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 22 May 2023 12:16:40 -0700 Subject: [PATCH] Update version to 1.12.0 in manifest.json (#596) --- custom_components/adaptive_lighting/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index 2dec4c83..85aa0c08 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -8,5 +8,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", "requirements": ["ulid-transform"], - "version": "1.11.0" + "version": "1.12.0" }