Skip to content

Commit

Permalink
v2.1.2: +library.json, fix version in library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Nov 18, 2020
1 parent 89cd53c commit d5979c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d5979c8

Please sign in to comment.