From d2e3e8a95fd9c9b38ea573223b51960e1eed7580 Mon Sep 17 00:00:00 2001 From: Taneli Veistinen <91916713+veista@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:27:42 +0200 Subject: [PATCH] Update manifest.json --- custom_components/nilan/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nilan/manifest.json b/custom_components/nilan/manifest.json index aa261dd..9998f2d 100644 --- a/custom_components/nilan/manifest.json +++ b/custom_components/nilan/manifest.json @@ -1,7 +1,7 @@ { "domain": "nilan", "name": "Nilan", - "version": "1.0.11", + "version": "1.0.12", "config_flow": true, "documentation": "https://github.com/veista/nilan", "requirements": ["pymodbus==2.5.3"],