Skip to content

Commit 550ebaf

Browse files
committed
Bump version
1 parent 71d3eb4 commit 550ebaf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SerialTCPClient",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"keywords": "TLS, SSL, SecureClient, communication, HTTPS, REST, MQTT, ESP32, ESP8266, RP2040, memory-efficient",
55
"description": "A versatile and memory-optimized library providing Secure Layer Networking (SSL/TLS) TCP Client functionality. It is designed to work across a wide range of Arduino architectures (ESP32, ESP8266, RP2040, Teensy, SAMD, etc.) by wrapping standard network interfaces like WiFiClient and EthernetClient. Features include protocol upgrade (plain TCP to TLS), session caching, and memory-saving build modes.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP_SSLClient
22

3-
version=3.0.4
3+
version=3.0.5
44

55
author=Mobizt
66

src/ESP_SSLClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
#define ESP_SSLCLIENT_VERSION_MAJOR 3
1111
#define ESP_SSLCLIENT_VERSION_MINOR 0
12-
#define ESP_SSLCLIENT_VERSION_PATCH 4
13-
#define ESP_SSLCLIENT_VERSION "3.0.4"
12+
#define ESP_SSLCLIENT_VERSION_PATCH 5
13+
#define ESP_SSLCLIENT_VERSION "3.0.5"
1414

1515
#pragma GCC diagnostic ignored "-Wunused-function"
1616
#pragma GCC diagnostic ignored "-Wunused-variable"

0 commit comments

Comments
 (0)