diff --git a/library.json b/library.json index ea4a527..bd74425 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaPZEM004Tv3", - "version": "4.0.2", + "version": "4.0.3", "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 63447dd..67c68ad 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaPZEM004Tv3 -version=4.0.2 +version=4.0.3 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 64a0c44..93b6472 100644 --- a/src/MycilaPZEM004Tv3.h +++ b/src/MycilaPZEM004Tv3.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_PZEM_VERSION "4.0.2" +#define MYCILA_PZEM_VERSION "4.0.3" #define MYCILA_PZEM_VERSION_MAJOR 4 #define MYCILA_PZEM_VERSION_MINOR 0 -#define MYCILA_PZEM_VERSION_REVISION 2 +#define MYCILA_PZEM_VERSION_REVISION 3 #ifndef MYCILA_PZEM_ASYNC_CORE #define MYCILA_PZEM_ASYNC_CORE 0