From a307e49c57cbc5b811f7da2ab8e07ae2a91fc626 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sat, 27 Jul 2019 12:54:17 +0200 Subject: [PATCH] Bump up version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0cd6b08..66adc33 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "5.2.6", + "version": "5.2.8", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index e8266eb..8b3c518 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=5.2.6 +version=5.2.8 author=Peter Lerup, Dirk Kaar maintainer=Peter Lerup sentence=Implementation of the Arduino software serial for ESP8266/ESP32.