From 3c40c79e9da9d1ae332e28342573ff3a0b37b969 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sat, 16 Nov 2024 10:16:33 +0100 Subject: [PATCH] set version 1.10.0b1 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index 34f898b..9bb1418 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.9.0" + "version": "1.10.0b1" }