From 40038df467853f47dde4641769183fa46996decb Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Fri, 5 Jan 2024 10:19:57 +0100 Subject: [PATCH] MInor release 8.2.0 with ghostl moved to stand-alone Arduino library. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index b2d7702..088aa6d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "8.1.0", + "version": "8.2.0", "description": "Implementation of the Arduino software serial for ESP8266/ESP32.", "keywords": [ "serial", "io", "softwareserial" diff --git a/library.properties b/library.properties index 4f14f80..81b46b2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=8.1.0 +version=8.2.0 author=Dirk Kaar, Peter Lerup maintainer=Dirk Kaar sentence=Implementation of the Arduino software serial for ESP8266/ESP32.