From 1fa9bc1a910cbd42caeb36e7fe50b806789cae44 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Wed, 19 Jun 2024 16:01:58 +0200 Subject: [PATCH] v4.0.6 --- library.json | 2 +- library.properties | 2 +- src/MycilaPZEM004Tv3.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 23fcff6..b613b6d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaPZEM004Tv3", - "version": "4.0.5", + "version": "4.0.6", "description": "Arduino / ESP32 library for the PZEM-004T v3 Power and Energy monitor", "homepage": "https://github.com/mathieucarbou/MycilaPZEM004Tv3", "repository": { diff --git a/library.properties b/library.properties index a50cdae..ba17e5d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaPZEM004Tv3 -version=4.0.5 +version=4.0.6 author=Mathieu Carbou maintainer=Mathieu Carbou sentence=Arduino / ESP32 library for the PZEM-004T v3 Power and Energy monitor diff --git a/src/MycilaPZEM004Tv3.h b/src/MycilaPZEM004Tv3.h index 49c9cc8..dabd156 100644 --- a/src/MycilaPZEM004Tv3.h +++ b/src/MycilaPZEM004Tv3.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_PZEM_VERSION "4.0.5" +#define MYCILA_PZEM_VERSION "4.0.6" #define MYCILA_PZEM_VERSION_MAJOR 4 #define MYCILA_PZEM_VERSION_MINOR 0 -#define MYCILA_PZEM_VERSION_REVISION 5 +#define MYCILA_PZEM_VERSION_REVISION 6 #ifndef MYCILA_PZEM_ASYNC_CORE #define MYCILA_PZEM_ASYNC_CORE 0