diff --git a/library.json b/library.json index 2d162f9..1a42696 100644 --- a/library.json +++ b/library.json @@ -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" ] diff --git a/library.properties b/library.properties index 7a7cf84..988cac8 100644 --- a/library.properties +++ b/library.properties @@ -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