From 59b1869f67efa4e55313a3da64e375cc9ade410d Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Wed, 20 Nov 2024 09:29:33 -0600 Subject: [PATCH] Bump version to 3.3.5 --- 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 5f815f1..0bfc68f 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.5b0/README.md", + "documentation": "https://github.com/pnbruckner/ha-sun2/blob/3.3.5/README.md", "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-sun2/issues", "requirements": [], - "version": "3.3.5b0" + "version": "3.3.5" }