Skip to content

Commit

Permalink
v9.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jul 30, 2024
1 parent 7867235 commit 5e72cc7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/RemoteUDP/Listener/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lib_deps =
mathieucarbou/AsyncTCP @ 3.2.4
mathieucarbou/ESPAsyncWebServer @ 3.1.2
mathieucarbou/MycilaESPConnect @ 4.6.0
mathieucarbou/MycilaJSY @ 9.1.4
mathieucarbou/MycilaJSY @ 9.1.5
mathieucarbou/MycilaLogger @ 3.1.2
mathieucarbou/MycilaSystem @ 2.0.6
mathieucarbou/MycilaTaskManager @ 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/RemoteUDP/Sender/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lib_deps =
mathieucarbou/AsyncTCP @ 3.2.4
mathieucarbou/ESPAsyncWebServer @ 3.1.2
mathieucarbou/MycilaESPConnect @ 4.6.0
mathieucarbou/MycilaJSY @ 9.1.4
mathieucarbou/MycilaJSY @ 9.1.5
mathieucarbou/MycilaLogger @ 3.1.2
mathieucarbou/MycilaSystem @ 2.0.6
mathieucarbou/MycilaTaskManager @ 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaJSY",
"version": "9.1.4",
"version": "9.1.5",
"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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MycilaJSY
version=9.1.4
version=9.1.5
author=Mathieu Carbou <mathieu.carbou@gmail.com>
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Arduino / ESP32 library for the JSY-MK-194T single-phase two-way electric energy metering module
Expand Down
4 changes: 2 additions & 2 deletions src/MycilaJSY.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_JSY_VERSION "9.1.4"
#define MYCILA_JSY_VERSION "9.1.5"
#define MYCILA_JSY_VERSION_MAJOR 9
#define MYCILA_JSY_VERSION_MINOR 1
#define MYCILA_JSY_VERSION_REVISION 4
#define MYCILA_JSY_VERSION_REVISION 5

#ifndef MYCILA_JSY_ASYNC_CORE
#define MYCILA_JSY_ASYNC_CORE 0
Expand Down

0 comments on commit 5e72cc7

Please sign in to comment.