From acd9845f60da9b0b0e11f0ea9cc63a2176dcf96b Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Thu, 5 Dec 2024 15:23:13 +0700 Subject: [PATCH] Fix compilation error in ESP32 Core v3.1.x --- library.json | 2 +- library.properties | 2 +- src/ESP_SSLClient.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 95a5f07..5975895 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP_SSLClient", - "version": "2.1.13", + "version": "2.1.14", "keywords": "communication, REST, esp32, esp8266, arduino", "description": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", "repository": { diff --git a/library.properties b/library.properties index 97d9cad..12acfea 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP_SSLClient -version=2.1.13 +version=2.1.14 author=Mobizt diff --git a/src/ESP_SSLClient.h b/src/ESP_SSLClient.h index c5462b8..7d4e485 100644 --- a/src/ESP_SSLClient.h +++ b/src/ESP_SSLClient.h @@ -1,6 +1,6 @@ /** * - * The ESP SSL Client Class, ESP_SSLClient.h v2.1.13 + * The ESP SSL Client Class, ESP_SSLClient.h v2.1.14 * * Created December 5, 2024 *