From 5b2db3c22279e1285d23b0c8a5df26ac0f1819ad Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 4 Jul 2024 16:30:13 +0200 Subject: [PATCH] Bump version --- custom_components/qubino_wire_pilot/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/qubino_wire_pilot/manifest.json b/custom_components/qubino_wire_pilot/manifest.json index a8c12a9..691ddf0 100644 --- a/custom_components/qubino_wire_pilot/manifest.json +++ b/custom_components/qubino_wire_pilot/manifest.json @@ -7,6 +7,6 @@ "integration_type": "helper", "iot_class": "local_polling", "dependencies": ["sensor", "light"], - "version": "3.0.0", + "version": "3.0.1", "codeowners": ["@piitaya", "@dx44"] }