Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jul 17, 2024
1 parent 018e8ae commit 700ad88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2`
- Point to `mathieucarbou/AsyncTCP @ ^3.2.3`
- IPv6 support

## Important recommendations
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AsyncTCP",
"version": "3.2.2",
"version": "3.2.3",
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AsyncTCP
version=3.2.2
version=3.2.3
author=Me-No-Dev
maintainer=Mathieu Carbou <[email protected]>
sentence=Async TCP Library for ESP32
Expand Down
4 changes: 2 additions & 2 deletions src/AsyncTCP.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#ifndef ASYNCTCP_H_
#define ASYNCTCP_H_

#define ASYNCTCP_VERSION "3.2.2"
#define ASYNCTCP_VERSION "3.2.3"
#define ASYNCTCP_VERSION_MAJOR 3
#define ASYNCTCP_VERSION_MINOR 2
#define ASYNCTCP_VERSION_REVISION 2
#define ASYNCTCP_VERSION_REVISION 3
#define ASYNCTCP_FORK_mathieucarbou

#include "IPAddress.h"
Expand Down

0 comments on commit 700ad88

Please sign in to comment.