diff --git a/examples/RemoteUDP/Listener/platformio.ini b/examples/RemoteUDP/Listener/platformio.ini index 4e617e9..4e59bed 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.11 + mathieucarbou/MycilaJSY @ 9.1.0 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 99437e1..2a993a8 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.11 + mathieucarbou/MycilaJSY @ 9.1.0 mathieucarbou/MycilaLogger @ 3.1.2 mathieucarbou/MycilaSystem @ 2.0.5 mathieucarbou/MycilaTaskManager @ 3.1.2 diff --git a/library.json b/library.json index eadca68..b8e69e9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "9.0.11", + "version": "9.1.0", "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 a1664a0..97789be 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=9.0.11 +version=9.1.0 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 4d2262e..4e82e4f 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -12,10 +12,10 @@ #include #endif -#define MYCILA_JSY_VERSION "9.0.11" +#define MYCILA_JSY_VERSION "9.1.0" #define MYCILA_JSY_VERSION_MAJOR 9 -#define MYCILA_JSY_VERSION_MINOR 0 -#define MYCILA_JSY_VERSION_REVISION 11 +#define MYCILA_JSY_VERSION_MINOR 1 +#define MYCILA_JSY_VERSION_REVISION 0 #ifndef MYCILA_JSY_ASYNC_CORE #define MYCILA_JSY_ASYNC_CORE 0