Skip to content

Commit 93d536e

Browse files
committed
fix: README.md and version bump
1 parent cb27fd6 commit 93d536e

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# SSLClient Arduino Library (Version 1.1.9)
1+
# SSLClient Arduino Library (Version 1.1.10)
22
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/digitaldragon/library/SSLClient.svg)](https://registry.platformio.org/libraries/digitaldragon/SSLClient)
33

44
![arduino-library-badge](https://www.ardu-badge.com/badge/GovoroxSSLClient.svg)
55

6-
#### Available on PlatformIO registry as digitaldragon/[email protected].9
7-
#### Available on Arduino Libraries registry to digitaldragon/[email protected].9
6+
#### Available on PlatformIO registry as digitaldragon/[email protected].10
7+
#### Available on Arduino Libraries registry to digitaldragon/[email protected].10
88

99
## Overview - SSLClient Arduino library using *mbedtls* functions
1010
The SSLClient class implements support for secure connections using TLS (SSL). It Provides a transparent SSL wrapper over existing transport object of a **Client** class.
@@ -23,7 +23,7 @@ Suitable for IoT applications, including AWS IoT.
2323
Install via the Arduino Library Manager or PlatformIO:
2424

2525
Arduino IDE: Search for "SSLClient".
26-
PlatformIO: Add digitaldragon/[email protected].7 to platformio.ini.
26+
PlatformIO: Add `digitaldragon/SSLClient@^1.1.10` to platformio.ini.
2727

2828
## Usage
2929
### Basic Connection
@@ -41,8 +41,6 @@ SSLClient sslClient(&transport);
4141
4242
### AWS IoT Connectivity
4343
```cpp
44-
cpp
45-
Copy code
4644
TinyGsmClient transport(modem);
4745
SSLClient secure(&transport);
4846

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SSLClient",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"repository":
55
{
66
"type": "git",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GovoroxSSLClient
2-
version=1.1.9
2+
version=1.1.10
33
author=V Govorovski
44
maintainer=Robert Byrnes <[email protected]>
55
sentence=Provides secure network connection over a generic Client trasport object.

src/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SSLClient",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"build": {
55
"srcFilter": [
66
"+<*.c>",

0 commit comments

Comments
 (0)