From 37e9436460873d8195bc2983615289679d606c46 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 18 Dec 2024 16:33:28 +0000 Subject: [PATCH] Bump version to 130.1.0b0 --- 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" +}