From b944971f58bdf09c2c013c7b13530bcc3035c910 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 8 Nov 2024 10:47:50 +0100 Subject: [PATCH] v11.1.1 --- library.json | 2 +- library.properties | 2 +- src/MycilaJSY.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 10d6998..7b076d1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaJSY", - "version": "11.1.0", + "version": "11.1.1", "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", diff --git a/library.properties b/library.properties index 1275c86..d33dff8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaJSY -version=11.1.0 +version=11.1.1 author=Mathieu Carbou maintainer=Mathieu Carbou 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. diff --git a/src/MycilaJSY.h b/src/MycilaJSY.h index 8d584e0..cf1d42a 100644 --- a/src/MycilaJSY.h +++ b/src/MycilaJSY.h @@ -13,10 +13,10 @@ #include #endif -#define MYCILA_JSY_VERSION "11.1.0" +#define MYCILA_JSY_VERSION "11.1.1" #define MYCILA_JSY_VERSION_MAJOR 11 #define MYCILA_JSY_VERSION_MINOR 1 -#define MYCILA_JSY_VERSION_REVISION 0 +#define MYCILA_JSY_VERSION_REVISION 1 // #define MYCILA_JSY_DEBUG 1