Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 18, 2024
1 parent 599d7ae commit 3af542c
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": "8.0.0",
"version": "9.0.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",
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=8.0.0
version=9.0.0
author=Mathieu Carbou <[email protected]>
maintainer=Mathieu Carbou <[email protected]>
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,8 +12,8 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_JSY_VERSION "8.0.0"
#define MYCILA_JSY_VERSION_MAJOR 8
#define MYCILA_JSY_VERSION "9.0.0"
#define MYCILA_JSY_VERSION_MAJOR 9
#define MYCILA_JSY_VERSION_MINOR 0
#define MYCILA_JSY_VERSION_REVISION 0

Expand Down

0 comments on commit 3af542c

Please sign in to comment.