From cb0588b4c8062d0f205071510236ad22e94c7263 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 15 Mar 2024 18:02:21 +0100 Subject: [PATCH] v6.0.4 --- library.json | 2 +- library.properties | 2 +- src/MycilaJSY.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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