From bc286cf3c4c2260f0a4e3952f0c34e07e49655aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 18 Dec 2024 17:34:48 +0100 Subject: [PATCH] Bump version to 130.1.0b0 (#99) --- custom_components/healthchecksio/manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index 1434010..2c42079 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -1,10 +1,12 @@ { "domain": "healthchecksio", "name": "Healthchecks.io", - "codeowners": ["@ludeeus"], + "codeowners": [ + "@ludeeus" + ], "config_flow": true, "documentation": "https://github.com/custom-components/healthchecksio", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", - "version": "130.1.0" -} \ No newline at end of file + "version": "130.1.0b0" +}