From 65c384aa3bf1117f92503aed30a5976d845049b1 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Thu, 2 Apr 2020 11:40:41 -0700 Subject: [PATCH] add esp32 to supported architectures, bump version --- .travis/Doxyfile | 2 +- library.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/Doxyfile b/.travis/Doxyfile index 092d4f5..9541532 100644 --- a/.travis/Doxyfile +++ b/.travis/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = SSLClient # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.6.0 +PROJECT_NUMBER = v1.6.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/library.properties b/library.properties index 0b0a33c..83015d2 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=SSLClient -version=1.6.0 +version=1.6.1 author=Noah Koontz maintainer=OPEnS Lab sentence=Arduino library to add TLS functionality to any Client class paragraph=including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it. category=Communication url=https://github.com/OPEnSLab-OSU/SSLClient -architectures=samd,tivac,stm32 +architectures=samd,tivac,stm32,esp32 includes=SSLClient.h