diff --git a/library.json b/library.json index 2f2990a..f637bab 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaPZEM004Tv3", - "version": "2.0.0", + "version": "2.0.1", "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 f3fa4e1..400646f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaPZEM004Tv3 -version=2.0.0 +version=2.0.1 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 d9dbeb2..bcc6675 100644 --- a/src/MycilaPZEM004Tv3.h +++ b/src/MycilaPZEM004Tv3.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_PZEM_VERSION "2.0.0" +#define MYCILA_PZEM_VERSION "2.0.1" #define MYCILA_PZEM_VERSION_MAJOR 2 #define MYCILA_PZEM_VERSION_MINOR 0 -#define MYCILA_PZEM_VERSION_REVISION 0 +#define MYCILA_PZEM_VERSION_REVISION 1 #ifndef MYCILA_PZEM_ASYNC_CORE #define MYCILA_PZEM_ASYNC_CORE 0