From 7fd29b1d4a8efbb0c625d99ba7bd9f0168bca3dc Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 18 Dec 2022 19:37:40 +0700 Subject: [PATCH] Update ESP32 client, files and classes renaming and add examples. --- 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 ea4b713..dfae75c 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP_SSLClient", - "version": "1.0.2", + "version": "1.0.3", "keywords": "communication, REST, esp32, esp8266, arduino", "description": "The upgradable SSL Client for ESP8266 and ESP32 that supports many network interfaces e.g., WiFiClient, EthernetClient, GSMClient.", "repository": { diff --git a/library.properties b/library.properties index aa9e7ad..342fa1f 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP_SSLClient -version=1.0.2 +version=1.0.3 author=Mobizt diff --git a/src/ESP_SSLClient.h b/src/ESP_SSLClient.h index 9da4398..83124e3 100644 --- a/src/ESP_SSLClient.h +++ b/src/ESP_SSLClient.h @@ -1,6 +1,6 @@ /** * - * The ESP SSL Client Class, ESP_SSLClient.h v1.0.1 + * The ESP SSL Client Class, ESP_SSLClient.h v1.0.3 * * Created December 16, 2022 *