From 1d2e0f18d83bf7d179182c754b1e9e2a00948d17 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 31 Jan 2025 15:16:03 +0100 Subject: [PATCH] v14.0.2 --- docs/api/_mycila_j_s_y_8h_source.html | 2 +- library.json | 2 +- library.properties | 2 +- src/MycilaJSY.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/_mycila_j_s_y_8h_source.html b/docs/api/_mycila_j_s_y_8h_source.html index 85eb749..dabe53a 100644 --- a/docs/api/_mycila_j_s_y_8h_source.html +++ b/docs/api/_mycila_j_s_y_8h_source.html @@ -107,7 +107,7 @@
13 #include <ArduinoJson.h>
14#endif
15
-
16#define MYCILA_JSY_VERSION "14.0.1"
+
16#define MYCILA_JSY_VERSION "14.0.2"
17#define MYCILA_JSY_VERSION_MAJOR 14
18#define MYCILA_JSY_VERSION_MINOR 0
19#define MYCILA_JSY_VERSION_REVISION 0
diff --git a/library.json b/library.json index fc215a5..dad3136 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "14.0.1", + "version": "14.0.2", "description": "Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.", "keywords": "JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333", "homepage": "https://github.com/mathieucarbou/MycilaJSY", diff --git a/library.properties b/library.properties index 142c54a..accc10e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=14.0.1 +version=14.0.2 author=Mathieu Carbou maintainer=Mathieu Carbou sentence=Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd. diff --git a/src/MycilaJSY.h b/src/MycilaJSY.h index 661acfa..9802dd3 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -13,10 +13,10 @@ #include #endif -#define MYCILA_JSY_VERSION "14.0.1" +#define MYCILA_JSY_VERSION "14.0.2" #define MYCILA_JSY_VERSION_MAJOR 14 #define MYCILA_JSY_VERSION_MINOR 0 -#define MYCILA_JSY_VERSION_REVISION 0 +#define MYCILA_JSY_VERSION_REVISION 2 // #define MYCILA_JSY_DEBUG 1