Skip to content

Commit

Permalink
v11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Nov 11, 2024
1 parent f63d5b5 commit 4c55443
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": "11.1.1",
"version": "11.1.2",
"description": "Arduino / ESP32 library for the JSY-MK-194, JSY-MK-163, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.",
"keywords": "JSY,JSY-MK-194,JSY-MK-194T,JSY-MK-194G,JSY-MK-163,JSY-MK-163T,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=11.1.1
version=11.1.2
author=Mathieu Carbou <[email protected]>
maintainer=Mathieu Carbou <[email protected]>
sentence=Arduino / ESP32 library for the JSY-MK-194, JSY-MK-163, 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 "11.1.1"
#define MYCILA_JSY_VERSION "11.1.2"
#define MYCILA_JSY_VERSION_MAJOR 11
#define MYCILA_JSY_VERSION_MINOR 1
#define MYCILA_JSY_VERSION_REVISION 1
#define MYCILA_JSY_VERSION_REVISION 2

// #define MYCILA_JSY_DEBUG 1

Expand Down

0 comments on commit 4c55443

Please sign in to comment.