diff --git a/library.json b/library.json index 8e321c4..8e7bf25 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "6.0.3", + "version": "6.0.4", "description": "Arduino / ESP32 library for the JSY-MK-194T single-phase two-way electric energy metering module", "keywords": "JSY,JSY-MK-194,JSY-MK-194T", "homepage": "https://github.com/mathieucarbou/MycilaJSY", diff --git a/library.properties b/library.properties index f3e63f1..d55eeeb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=6.0.3 +version=6.0.4 author=Mathieu Carbou maintainer=Mathieu Carbou sentence=Arduino / ESP32 library for the JSY-MK-194T single-phase two-way electric energy metering module diff --git a/src/MycilaJSY.h b/src/MycilaJSY.h index 260b5a4..9aaa78f 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_JSY_VERSION "6.0.3" +#define MYCILA_JSY_VERSION "6.0.4" #define MYCILA_JSY_VERSION_MAJOR 6 #define MYCILA_JSY_VERSION_MINOR 0 -#define MYCILA_JSY_VERSION_REVISION 3 +#define MYCILA_JSY_VERSION_REVISION 4 #ifndef MYCILA_JSY_ASYNC_CORE #define MYCILA_JSY_ASYNC_CORE 0