Skip to content

Commit

Permalink
chore: tag 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Apr 10, 2024
1 parent 7ec26f2 commit 4b2f6c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<!-- [Arduino Libraries Log](https://downloads.arduino.cc/libraries/logs/github.com/govorox/SSLClient/) -->

### Now updated on PlatformIO registry as digitaldragon/[email protected].7
### Updated on Arduino Libraries registry to digitaldragon/[email protected].7
### Now updated on PlatformIO registry as digitaldragon/[email protected].8
### Updated on Arduino Libraries registry to digitaldragon/[email protected].8

# SSLClient Arduino library using *mbedtls* functions
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.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SSLClient",
"version": "1.1.7",
"version": "1.1.8",
"repository":
{
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=GovoroxSSLClient
version=1.1.7
version=1.1.8
author=V Govorovski
maintainer=Robert Byrnes <[email protected]>
sentence=Provides secure network connection over a generic Client trasport object.
Expand Down

0 comments on commit 4b2f6c2

Please sign in to comment.