From 6b8c8010cdcea7f2ce9da9c4bee096451f1f90c8 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 19 Nov 2019 10:05:03 +0100 Subject: [PATCH] Bump version number for ctor/begin() compatibility to AVR/ESP8266/ESP32 HW release --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 091c703..f305d78 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "6.1.1", + "version": "6.2.0", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index 71018d2..0e8515a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=6.1.1 +version=6.2.0 author=Peter Lerup, Dirk Kaar maintainer=Peter Lerup sentence=Implementation of the Arduino software serial for ESP8266/ESP32.