From e5f50d0afcc2f71916bfeea60e6c7f04263ccdc6 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Mon, 3 Jun 2024 03:24:28 +0530 Subject: [PATCH] chore: updated version --- library.json | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index ab1aeae..c44b75a 100644 --- a/library.json +++ b/library.json @@ -15,14 +15,14 @@ "maintainer": true } ], - "version": "2.0.0", + "version": "2.0.1", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "dependencies": [ { "owner": "mathieucarbou", "name": "ESP Async WebServer", - "version": "^2.10.1", + "version": "^2.10.4", "platforms": ["espressif8266", "espressif32"] } ] diff --git a/library.properties b/library.properties index d914903..075cad1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSerial -version=2.0.0 +version=2.0.1 author=Ayush Sharma category=Communication maintainer=Ayush Sharma