Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 29, 2024
1 parent cb4e5a2 commit 3df6a68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "3.0.2",
"version": "3.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",
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=3.0.2
version=3.1.0
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
6 changes: 3 additions & 3 deletions src/MycilaJSY.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_JSY_VERSION "3.0.2"
#define MYCILA_JSY_VERSION "3.1.0"
#define MYCILA_JSY_VERSION_MAJOR 3
#define MYCILA_JSY_VERSION_MINOR 0
#define MYCILA_JSY_VERSION_REVISION 2
#define MYCILA_JSY_VERSION_MINOR 1
#define MYCILA_JSY_VERSION_REVISION 0

#ifndef MYCILA_JSY_ASYNC_CORE
#define MYCILA_JSY_ASYNC_CORE 0
Expand Down

0 comments on commit 3df6a68

Please sign in to comment.