Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"type": "git",
"url": "https://github.com/devyte/ESPAsyncDNSServer.git"
},
"version": "1.0.0",
"version": "1.0.1",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms":"espressif",
"platforms": ["espressif8266", "espressif32"]
"examples": [
"examples/*/*.ino"
]
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP AsyncDNSServer
version=1.0.0
version=1.0.1
author=devyte
maintainer=devyte
sentence=Async DNS Server Library for ESP
Expand Down