From 8ad2ac9641b45b521437b859029420f588b29c26 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Thu, 18 Jan 2024 11:21:34 +0100 Subject: [PATCH] Update dependencies to allow fix a more recent version --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5aab55d..5f25328 100644 --- a/library.json +++ b/library.json @@ -21,13 +21,13 @@ { "owner": "esphome", "name": "ESPAsyncTCP-esphome", - "version": "2.0.0", + "version": ">=2.0.0", "platforms": "espressif8266" }, { "owner": "esphome", "name": "AsyncTCP-esphome", - "version": "2.0.1", + "version": ">=2.0.1", "platforms": "espressif32" }, {