diff --git a/examples/RemoteUDP/Listener/platformio.ini b/examples/RemoteUDP/Listener/platformio.ini index 5b6d705..1e9e769 100644 --- a/examples/RemoteUDP/Listener/platformio.ini +++ b/examples/RemoteUDP/Listener/platformio.ini @@ -25,7 +25,7 @@ lib_deps = mathieucarbou/AsyncTCP @ 3.2.3 mathieucarbou/ESPAsyncWebServer @ 3.1.1 mathieucarbou/MycilaESPConnect @ 4.5.0 - mathieucarbou/MycilaJSY @ 9.1.3 + mathieucarbou/MycilaJSY @ 9.1.4 mathieucarbou/MycilaLogger @ 3.1.2 mathieucarbou/MycilaSystem @ 2.0.6 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/examples/RemoteUDP/Sender/platformio.ini b/examples/RemoteUDP/Sender/platformio.ini index c30d9bd..b43ca61 100644 --- a/examples/RemoteUDP/Sender/platformio.ini +++ b/examples/RemoteUDP/Sender/platformio.ini @@ -25,7 +25,7 @@ lib_deps = mathieucarbou/AsyncTCP @ 3.2.3 mathieucarbou/ESPAsyncWebServer @ 3.1.1 mathieucarbou/MycilaESPConnect @ 4.5.0 - mathieucarbou/MycilaJSY @ 9.1.3 + mathieucarbou/MycilaJSY @ 9.1.4 mathieucarbou/MycilaLogger @ 3.1.2 mathieucarbou/MycilaSystem @ 2.0.6 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/library.json b/library.json index 117a402..d31b338 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "9.1.3", + "version": "9.1.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 298007f..5d5c123 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=9.1.3 +version=9.1.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 a3d3b77..fcd0b4f 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_JSY_VERSION "9.1.3" +#define MYCILA_JSY_VERSION "9.1.4" #define MYCILA_JSY_VERSION_MAJOR 9 #define MYCILA_JSY_VERSION_MINOR 1 -#define MYCILA_JSY_VERSION_REVISION 3 +#define MYCILA_JSY_VERSION_REVISION 4 #ifndef MYCILA_JSY_ASYNC_CORE #define MYCILA_JSY_ASYNC_CORE 0