Skip to content

Commit

Permalink
Fix compilation error in ESP32 Core v3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Dec 5, 2024
1 parent 9d375f7 commit acd9845
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": "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": {
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=ESP_SSLClient

version=2.1.13
version=2.1.14

author=Mobizt

Expand Down
2 changes: 1 addition & 1 deletion src/ESP_SSLClient.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down

0 comments on commit acd9845

Please sign in to comment.