diff --git a/examples/RemoteUDP/Listener/platformio.ini b/examples/RemoteUDP/Listener/platformio.ini index dd5c003..a6e5cc1 100644 --- a/examples/RemoteUDP/Listener/platformio.ini +++ b/examples/RemoteUDP/Listener/platformio.ini @@ -23,7 +23,7 @@ lib_deps = mathieucarbou/AsyncTCP @ 3.2.10 mathieucarbou/ESPAsyncWebServer @ 3.3.17 mathieucarbou/MycilaESPConnect @ 6.0.3 - mathieucarbou/MycilaJSY @ 9.1.9 + mathieucarbou/MycilaJSY @ 9.1.10 mathieucarbou/MycilaLogger @ 3.2.0 mathieucarbou/MycilaSystem @ 3.1.0 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/examples/RemoteUDP/Sender/platformio.ini b/examples/RemoteUDP/Sender/platformio.ini index 3615544..a6ee5d7 100644 --- a/examples/RemoteUDP/Sender/platformio.ini +++ b/examples/RemoteUDP/Sender/platformio.ini @@ -33,7 +33,7 @@ lib_deps = mathieucarbou/AsyncTCP @ 3.2.10 mathieucarbou/ESPAsyncWebServer @ 3.3.17 mathieucarbou/MycilaESPConnect @ 6.0.3 - mathieucarbou/MycilaJSY @ 9.1.9 + mathieucarbou/MycilaJSY @ 9.1.10 mathieucarbou/MycilaLogger @ 3.2.0 mathieucarbou/MycilaSystem @ 3.1.0 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/library.json b/library.json index 0132d57..cbe9102 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "9.1.9", + "version": "9.1.10", "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 7fb7da1..dddcb06 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=9.1.9 +version=9.1.10 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 8168d4b..ff48b12 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_JSY_VERSION "9.1.9" +#define MYCILA_JSY_VERSION "9.1.10" #define MYCILA_JSY_VERSION_MAJOR 9 #define MYCILA_JSY_VERSION_MINOR 1 -#define MYCILA_JSY_VERSION_REVISION 9 +#define MYCILA_JSY_VERSION_REVISION 10 #ifndef MYCILA_JSY_ASYNC_CORE #define MYCILA_JSY_ASYNC_CORE 0