From a3cf69fedc791861bad5765af88edc71c08b0e39 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Wed, 17 Mar 2021 23:19:56 +0100 Subject: [PATCH] fix header and version --- FtpServer.cpp | 3 +-- FtpServer.h | 3 +-- FtpServerKey.h | 3 +-- SimpleFTPServer.h | 3 +-- library.properties | 2 +- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/FtpServer.cpp b/FtpServer.cpp index a16bb9c..3503d6d 100644 --- a/FtpServer.cpp +++ b/FtpServer.cpp @@ -3,9 +3,8 @@ * Derived form https://github.com/nailbuster/esp8266FTPServer * * AUTHOR: Renzo Mischianti - * VERSION: 0.1.0 * - * https://www.mischianti.org/ + * https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32 * */ diff --git a/FtpServer.h b/FtpServer.h index 6d45df3..0c5f0e8 100644 --- a/FtpServer.h +++ b/FtpServer.h @@ -3,9 +3,8 @@ * Derived form https://github.com/nailbuster/esp8266FTPServer * * AUTHOR: Renzo Mischianti - * VERSION: 0.1.0 * - * https://www.mischianti.org/ + * https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32 * */ diff --git a/FtpServerKey.h b/FtpServerKey.h index b29a2bd..f63d958 100644 --- a/FtpServerKey.h +++ b/FtpServerKey.h @@ -3,9 +3,8 @@ * Derived form https://github.com/nailbuster/esp8266FTPServer * * AUTHOR: Renzo Mischianti - * VERSION: 0.1.0 * - * https://www.mischianti.org/ + * https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32 * */ #ifndef FtpServerKey_h diff --git a/SimpleFTPServer.h b/SimpleFTPServer.h index d3f015e..894c359 100644 --- a/SimpleFTPServer.h +++ b/SimpleFTPServer.h @@ -3,9 +3,8 @@ * Derived form https://github.com/nailbuster/esp8266FTPServer * * AUTHOR: Renzo Mischianti - * VERSION: 0.1.0 * - * https://www.mischianti.org/ + * https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32 * */ diff --git a/library.properties b/library.properties index 50d978a..5231f29 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleFTPServer -version=0.9.0 +version=0.9.1 author=Renzo Mischianti maintainer=Renzo Mischianti sentence=Simple FTP server for esp8266, esp32 and Arduino