From f9ac37c32b503dc6fa343bc1f97848c0e1a3cac9 Mon Sep 17 00:00:00 2001 From: Taneli Veistinen <91916713+veista@users.noreply.github.com> Date: Wed, 23 Nov 2022 23:53:50 +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 0d1213d..84d1ea3 100644 --- a/custom_components/nilan/manifest.json +++ b/custom_components/nilan/manifest.json @@ -1,7 +1,7 @@ { "domain": "nilan", "name": "Nilan", - "version": "1.0.2", + "version": "1.0.3", "config_flow": true, "documentation": "https://github.com/veista/nilan", "requirements": ["pymodbus==2.5.3"],