From f5a1a4af64af4273cfed41cb2e133063f53f189c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 26 Apr 2022 18:12:56 +0000 Subject: [PATCH] chore: bumping version to 1.0.0 --- custom_components/ha_blueair/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ha_blueair/manifest.json b/custom_components/ha_blueair/manifest.json index e9f0d35..b8d8fb2 100644 --- a/custom_components/ha_blueair/manifest.json +++ b/custom_components/ha_blueair/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/dahlb/ha_blueair/issues", "codeowners": ["@dahlb"], "requirements": ["blueair-api>=1.4.0"], - "version": "0.0", + "version": "1.0.0", "config_flow": true, "iot_class": "cloud_polling" }