Skip to content

Commit

Permalink
Update ESP32 client, files and classes renaming and add examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Dec 18, 2022
1 parent 34d6f1e commit 7fd29b1
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": "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": {
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=1.0.2
version=1.0.3

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 v1.0.1
* The ESP SSL Client Class, ESP_SSLClient.h v1.0.3
*
* Created December 16, 2022
*
Expand Down

0 comments on commit 7fd29b1

Please sign in to comment.