From 1cedb3fbc7672f2de7043b08ebd38af8f698ee64 Mon Sep 17 00:00:00 2001 From: Mario Guggenberger Date: Wed, 19 Jul 2023 18:53:42 +0200 Subject: [PATCH] chore: bump manifest version to 1.15.0 (#634) --- 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 4bbdd6f3..6cb2cd5a 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.14.0" + "version": "1.15.0" }