From 8bba164143fb00f0bacfd93d0b143015775a2b7b Mon Sep 17 00:00:00 2001 From: Leo B Date: Sun, 11 Aug 2019 20:31:07 +0200 Subject: [PATCH] Added timeout to client connections.https://github.com/ldab/ESP32_FTPClient/issues/6 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index c754000..dbef0e3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp32_ftpclient", - "version": "0.1.0", + "version": "0.1.1", "description": "A FTP-Client for the ESP32", "keywords": "sensors, low power, mobile, ftp, web, cloud, iot, esp32, espressif", "authors": diff --git a/library.properties b/library.properties index 7177e14..2e3bff6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esp32_ftpclient -version=0.1.0 +version=0.1.1 author=Leonardo Bispo license=MIT maintainer=Leonardo Bispo