From 7bd584d32504315901c6f0bdc078d8fafdef5d63 Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Sun, 12 May 2024 14:16:23 -0500 Subject: [PATCH] Bump version to 3.3.1 --- custom_components/sun2/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sun2/manifest.json b/custom_components/sun2/manifest.json index e3acb7c..b1154f2 100644 --- a/custom_components/sun2/manifest.json +++ b/custom_components/sun2/manifest.json @@ -4,9 +4,9 @@ "codeowners": ["@pnbruckner"], "config_flow": true, "dependencies": [], - "documentation": "https://github.com/pnbruckner/ha-sun2/blob/3.3.0/README.md", + "documentation": "https://github.com/pnbruckner/ha-sun2/blob/3.3.1/README.md", "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-sun2/issues", "requirements": [], - "version": "3.3.0" + "version": "3.3.1" }