From 42c182fd1525186100a943b980276bbacec25ca6 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sun, 7 Jun 2020 13:38:18 +0200 Subject: [PATCH] Service release, fixes #166 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index a3f8767..5f92ba8 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "6.8.1", + "version": "6.8.2", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index c76e01e..04d1974 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=6.8.1 +version=6.8.2 author=Peter Lerup, Dirk Kaar maintainer=Dirk Kaar sentence=Implementation of the Arduino software serial for ESP8266/ESP32.