From d5979c82c730fbbb6230361b82bc3344d23a5a61 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Thu, 19 Nov 2020 00:24:19 +0100 Subject: [PATCH] v2.1.2: +library.json, fix version in library.properties --- library.json | 13 +++++++++++++ library.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..d5d0958 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "ESPWebDAV", + "version": "2.1.2", + "keywords": "esp8266, WebDAV", + "description": "WebDav server compatible with linux, macOS, windows", + "authors": [ + { "name": "ardyesp" }, + { "name": "d-a-v" }, + ], + "repository": { "type": "git", "url": "https://github.com/d-a-v/ESPWebDAV" }, + "frameworks": "arduino", + "platforms": "espressif8266" +} diff --git a/library.properties b/library.properties index 7849d4f..ec5c605 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPWebDAV -version=2.0.0 +version=2.1.2 author=ardyesp maintainer=d-a-v sentence=WebDav server compatible with linux, macOS, windows.