From a00554a6ad1d28c633dd893e6d6ec4ca2811437f Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Fri, 10 Mar 2023 01:10:43 +0100 Subject: [PATCH] Platformio picks up versions that aren't yet published in Github just by tracking souce commits - very annoying. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index a00a927..06aee9b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EspSoftwareSerial", - "version": "8.0.0", + "version": "8.0.1", "description": "Implementation of the Arduino software serial for ESP8266/ESP32.", "keywords": [ "serial", "io", "softwareserial" diff --git a/library.properties b/library.properties index 92ba4b9..8e8991b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspSoftwareSerial -version=8.0.0 +version=8.0.1 author=Dirk Kaar, Peter Lerup maintainer=Dirk Kaar sentence=Implementation of the Arduino software serial for ESP8266/ESP32.