Skip to content

Commit

Permalink
v13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 5, 2025
1 parent 8b09185 commit 5384753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "13.0.1",
"version": "13.0.2",
"description": "Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.",
"keywords": "JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333",
"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=13.0.1
version=13.0.2
author=Mathieu Carbou <mathieu.carbou@gmail.com>
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.
Expand Down
4 changes: 2 additions & 2 deletions src/MycilaJSY.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_JSY_VERSION "13.0.1"
#define MYCILA_JSY_VERSION "13.0.2"
#define MYCILA_JSY_VERSION_MAJOR 13
#define MYCILA_JSY_VERSION_MINOR 0
#define MYCILA_JSY_VERSION_REVISION 1
#define MYCILA_JSY_VERSION_REVISION 2

// #define MYCILA_JSY_DEBUG 1

Expand Down

0 comments on commit 5384753

Please sign in to comment.