From 61ec506a1b833d120888923a3d9ca6fb5b464be0 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Wed, 17 Jul 2024 16:00:19 +0200 Subject: [PATCH] v3.2.2 --- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ef59f5..fa6cf9f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The base classes on which everything else is built. They expose all possible sce - All improvements from [ESPHome fork](https://github.com/esphome/AsyncTCP) - Reverted back `library.properties` for Arduino IDE users - Arduino 3 / ESP-IDF 5 compatibility -- Point to `mathieucarbou/AsyncTCP @ ^3.2.1` +- Point to `mathieucarbou/AsyncTCP @ ^3.2.2` - IPv6 support ## Important recommendations diff --git a/library.json b/library.json index d73c49c..5d4c4b4 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.2.1", + "version": "3.2.2", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index b7e5881..d9d5cb0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AsyncTCP -version=3.2.1 +version=3.2.2 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32