From ab9b7d4a22d2bbc15ed81ef4e7a0130440ad7ab3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:01:47 +0900 Subject: [PATCH] Bump version to 2.1.0 --- library.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 957bd19..e38ef1c 100644 --- a/library.json +++ b/library.json @@ -10,10 +10,13 @@ "type": "git", "url": "https://github.com/esphome/AsyncTCP.git" }, - "version": "2.0.1", + "version": "2.1.0", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms": ["espressif32", "libretiny"], + "platforms": [ + "espressif32", + "libretiny" + ], "build": { "libCompatMode": 2 }