From 93dc91994adb7de48cae0a2b4f38d32d4034e5c3 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Thu, 21 May 2020 08:50:40 -0700 Subject: [PATCH] bump version to v1.6.4 --- .travis/Doxyfile | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/Doxyfile b/.travis/Doxyfile index 6427bb4..aa0bb5b 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.3 +PROJECT_NUMBER = v1.6.4 # 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 b9b04d0..6add1cf 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SSLClient -version=1.6.3 +version=1.6.4 author=Noah Koontz maintainer=OPEnS Lab sentence=Arduino library to add TLS functionality to any Client class