From 48a7d275cc568ed8ca2cff1bf521de0f66835506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 30 Dec 2024 18:12:00 +0100 Subject: [PATCH] Set 100.0.0b0 as the version (#109) --- custom_components/healthchecksio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index d42426f..8534ffb 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://github.com/custom-components/healthchecksio", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", - "version": "100.1.0b0" + "version": "100.0.0b0" }