From 1634e27ac89d9d778daf7753440cbf667e401ab4 Mon Sep 17 00:00:00 2001 From: Giovanni Iachello <60585229+giachello@users.noreply.github.com> Date: Sun, 21 Nov 2021 08:58:55 -0800 Subject: [PATCH] bump to 2021.11.1 --- custom_components/mlgw/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/mlgw/manifest.json b/custom_components/mlgw/manifest.json index a417e41..6c7204d 100644 --- a/custom_components/mlgw/manifest.json +++ b/custom_components/mlgw/manifest.json @@ -1,7 +1,7 @@ { "domain": "mlgw", "name": "MasterLink Gateway", - "version" : "2021.10.3", + "version" : "2021.11.1", "config_flow": true, "documentation": "https://github.com/giachello/mlgw", "issue_tracker": "https://github.com/giachello/mlgw/issues", @@ -13,6 +13,6 @@ "after_dependencies": [ "media_player" ], "iot_class": "local_push", "codeowners": [ - "@giachello", "@Lele-72" + "@giachello", "@Lele-72", "@astrandb" ] }