From 978d6020d446107a182d135d4c58570622933266 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Sun, 21 Mar 2021 20:12:30 -0700 Subject: [PATCH] chore: bump version --- Doxyfile | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index f884f06..03531a3 100644 --- a/Doxyfile +++ b/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.10 +PROJECT_NUMBER = v1.6.11 # 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 70532f6..0676eba 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SSLClient -version=1.6.10 +version=1.6.11 author=Noah Koontz maintainer=OPEnS Lab sentence=Arduino library to add TLS functionality to any Client class