Skip to content

Commit

Permalink
v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 6, 2025
1 parent a061442 commit 90065c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3.4",
"version": "3.3.5",
"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,6 +1,6 @@
name=Async TCP
includes=AsyncTCP.h
version=3.3.4
version=3.3.5
author=ESP32Async
maintainer=ESP32Async
sentence=Async TCP Library for ESP32
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncTCPVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ASYNCTCP_VERSION_MINOR 3
/** Patch version number (x.x.X) */
#define ASYNCTCP_VERSION_PATCH 4
#define ASYNCTCP_VERSION_PATCH 5

/**
* Macro to convert version number into an integer
Expand Down

0 comments on commit 90065c8

Please sign in to comment.