diff --git a/examples/RemoteUDP/Listener/platformio.ini b/examples/RemoteUDP/Listener/platformio.ini index b7f4fd4..df781dd 100644 --- a/examples/RemoteUDP/Listener/platformio.ini +++ b/examples/RemoteUDP/Listener/platformio.ini @@ -25,7 +25,7 @@ lib_deps = mathieucarbou/Async TCP @ 3.1.4 mathieucarbou/ESP Async WebServer @ 3.0.6 mathieucarbou/MycilaESPConnect @ 4.4.0 - mathieucarbou/MycilaJSY @ 9.0.8 + mathieucarbou/MycilaJSY @ 9.0.9 mathieucarbou/MycilaLogger @ 3.1.2 mathieucarbou/MycilaSystem @ 2.0.5 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/examples/RemoteUDP/Sender/platformio.ini b/examples/RemoteUDP/Sender/platformio.ini index 604ab1d..a60aecc 100644 --- a/examples/RemoteUDP/Sender/platformio.ini +++ b/examples/RemoteUDP/Sender/platformio.ini @@ -25,7 +25,7 @@ lib_deps = mathieucarbou/Async TCP @ 3.1.4 mathieucarbou/ESP Async WebServer @ 3.0.6 mathieucarbou/MycilaESPConnect @ 4.4.0 - mathieucarbou/MycilaJSY @ 9.0.8 + mathieucarbou/MycilaJSY @ 9.0.9 mathieucarbou/MycilaLogger @ 3.1.2 mathieucarbou/MycilaSystem @ 2.0.5 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/library.json b/library.json index aac1327..5229eb7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "9.0.8", + "version": "9.0.9", "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 e07f1eb..d172c45 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=9.0.8 +version=9.0.9 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 c564459..5600b6b 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_JSY_VERSION "9.0.8" +#define MYCILA_JSY_VERSION "9.0.9" #define MYCILA_JSY_VERSION_MAJOR 9 #define MYCILA_JSY_VERSION_MINOR 0 -#define MYCILA_JSY_VERSION_REVISION 8 +#define MYCILA_JSY_VERSION_REVISION 9 #ifndef MYCILA_JSY_ASYNC_CORE #define MYCILA_JSY_ASYNC_CORE 0