From 2588b81bf85e15fa6db0a6005f3c127602ae8117 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Thu, 28 May 2020 22:19:14 +0200 Subject: update lib properties --- FTPServer.h | 2 +- library.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FTPServer.h b/FTPServer.h index fdc4078..f5f1448 100644 --- a/FTPServer.h +++ b/FTPServer.h @@ -30,7 +30,7 @@ ** ** *******************************************************************************/ #include "FTPCommon.h" -#define FTP_SERVER_VERSION "0.9.3-20200526" +#define FTP_SERVER_VERSION "0.9.6-20200526" class FTPServer : public FTPCommon { diff --git a/library.properties b/library.properties index 8817300..cfaf8cf 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ -name=espFtpServer -version=0.9.3 +name=FtpClientServer +version=0.9.6 author=Daniel Plasa maintainer=dplasa@gmail.com sentence=Simple FTP server for SPIFFS and LittleFS on esp8266/esp32 -- cgit v1.2.3