From c99a458a062ae166a367f6fb7d7dbc81c9ea44b5 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 25 Jun 2019 11:53:29 +0200 Subject: [PATCH] Bump version number for public release. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 1929c9e..9434735 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "5.2.1", + "version": "5.2.2", "keywords": [ "serial", "io", "softwareserial" ], diff --git a/library.properties b/library.properties index 00781bb..316a98c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=5.2.1 +version=5.2.2 author=Peter Lerup, Dirk Kaar maintainer=Peter Lerup sentence=Implementation of the Arduino software serial for ESP8266/ESP32.