From ce6b90ef137720a6c36f0feaed868d69db996639 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Wed, 29 Jul 2020 23:14:03 +0200 Subject: [PATCH] version update --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index bc061d0..a2d0cc9 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ESP-FTP-Server-Lib -version=0.9.0 +version=0.9.1 author=Peter Buchegger maintainer=Peter Buchegger sentence=Simple and modern FTP server for ESP devices. -paragraph=With this library you can run a simple and modern FTP server on your ESP32 or ESP8266. You can mount different filesystems like SD-Card, MMC-Card or SPIFFS. In the future it will be possible to provide multiple filesystems. +paragraph=With this library you can run a simple and modern FTP server on your ESP32 or ESP8266. You can mount multiple filesystems like SD-Card, MMC-Card or SPIFFS at the same time. category=Communication url=https://github.com/peterus/ESP-FTP-Server-Lib architectures=esp8266,esp32,arduino-esp32