From 8d85b8971aa05dc75630cd1953d5ed378ae21243 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Thu, 29 Dec 2022 15:08:25 +0100 Subject: [PATCH 1/3] Update version for PlatformIO + Arduino --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 2d162f9..e510304 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" ] From a01af6dd5c3ccffb02558eeec642e77a36759e09 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Thu, 29 Dec 2022 15:08:48 +0100 Subject: [PATCH 2/3] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3ccb2d39ff0d707c86431a6c0bf1c2a399e5b7b3 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Wed, 4 Jan 2023 15:05:15 +0100 Subject: [PATCH 3/3] Fix missing comma --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index e510304..1a42696 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ "version": "1.0.1", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms": ["espressif8266", "espressif32"] + "platforms": ["espressif8266", "espressif32"], "examples": [ "examples/*/*.ino" ]