From e487bad8b54b1207685b2370e37407da6b7d8513 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Wed, 22 Jan 2020 10:04:45 +0100 Subject: [PATCH] Library update release 6.6.4 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 3415b05..9e34d53 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "6.6.1", + "version": "6.6.4", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index bd05215..6d99a54 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=6.6.1 +version=6.6.4 author=Peter Lerup, Dirk Kaar maintainer=Peter Lerup sentence=Implementation of the Arduino software serial for ESP8266/ESP32.